Page 1 of 1
how can i set a compose key?

Posted:
Tue Apr 13, 2010 3:47 am
by linjichao
i want to define a save-file hotkey throught a compose key ctrl+s to do...
but i can't get the ctrl key code...
any body know how can i do it?
give me some way...
thanks in advance ...
Re: how can i set a compose key?

Posted:
Tue Apr 13, 2010 1:09 pm
by makslane
The ctrl event will be fired like any other key.
Just get it on the keydown event (GameControl.cpp)
Re: how can i set a compose key?

Posted:
Fri Apr 23, 2010 11:05 am
by linjichao
thanks...
already solution...
Re: how can i set a compose key?

Posted:
Thu Aug 19, 2010 11:18 am
by Game A Gogo
You can use all of the keys on your keyboard (Except the function keys newer keyboard has, like Stop, Play/Pause, Home, etc; those shortcut keys defined by a driver)