Thank you Ralph for reply and help,
I tried that with Hex and Dec.and I receive error "...was not declared in this scope"
can we modify the .h file to declare some key ?
but also there is:
#define MOD_CONTROL_LEFT (1<<0)
#define MOD_SHIFT_LEFT (1<<1)
#define MOD_ALT_LEFT (1<<2)
#define MOD_GUI_LEFT (1<<3)
#define MOD_CONTROL_RIGHT (1<<4)
#define MOD_SHIFT_RIGHT (1<<5)
#define MOD_ALT_RIGHT (1<<6)
#define MOD_GUI_RIGHT (1<<7)
and I don't know how to declare it becaus is not a valu hex or dec, is (1<<0)... what that means
