Search Results

Search: Posts Made By: Corona688
Forum: Programming 01-23-2012
5,605
Posted By Corona688
If they're not the right key codes, I don't know...
If they're not the right key codes, I don't know what reading them from the file would accomplish.

Have you tried converting them to all-uppercase before feeding them into function?

You could...
Forum: Programming 01-18-2012
5,605
Posted By Corona688
int key=XStringToKeysym(kbdEventsVect[0].c_str());
int key=XStringToKeysym(kbdEventsVect[0].c_str());
Forum: Programming 01-17-2012
5,605
Posted By Corona688
XK_F11 isn't a string, a string would be...
XK_F11 isn't a string, a string would be "XK_F11". It's a #define which becomes an integer, in the end. See xorg/proto/xproto - X.org X11Proto protocol headers....
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy