I have a feature request: Make CL pass "NEWS", "BOOKS", "DOCS", "NOTES" key press event to user-application.
Currently, these 4 buttons are trapped and reserved by CL without passing them to user-application. Thus, these four buttons are useful for CL, but are useless for user-application. If CL can pass these 4 buttons to user-application as, for example, GDK_F7, GDK_F8, GDK_F9, GDK_F10, then user-application may have a chance to utilize them.
Last edited by ericshliao; 12-28-2008 at 11:48 PM.
|