s0bes
Results
1
comments of
s0bes
For CTRL key example ``` InterceptionKeyStroke ctrl_down_left = { 0x1D,INTERCEPTION_KEY_DOWN }; InterceptionKeyStroke ctrl_down_right = { 0x1D,INTERCEPTION_KEY_DOWN | INTERCEPTION_KEY_E0 }; InterceptionKeyStroke ctrl_up_left = { 0x1D,INTERCEPTION_KEY_UP }; InterceptionKeyStroke ctrl_up_right = { 0x1D,INTERCEPTION_KEY_UP...