Thread: Shift + Numpad
View Single Post
Shift + Numpad
Old 04-23-2007, 05:28 PM   #1 (permalink)
Cheesy
Addict
 
Join Date: Apr 2007
Posts: 9
Cheesy is an unknown quantity at this point
Default Shift + Numpad

I am developing a profile for Search & Rescue 4:



Everything is working apart from the searchlight panning controls, Shift + Numpad 2/4/6/8.

If I press the keys in Notepad, the cursor moves. TB client mode reports VK_LEFT etc.

VK_L/R/U/D will not work in-game as the cursor keys are used for the cyclic controls.

I have tried

macro_select = predef: SHIFT, KEYDOWN
macro_select = predef: NUMPADx, KEYDOWN
macro_deselect = predef: NUMPADx, KEYUP
macro_deselect = predef: SHIFT, KEYUP

and

macro_select = rawkey: VK_SHIFT
macro_select = rawkey: VK_NUMPADx
macro_deselect = rawkey: VK_NUMPADx, KEYUP
macro_deselect = rawkey: VK_SHIFT, KEYUP

Both of these send the numbers to Notepad instead of moving the cursor. They do cause the searchlight to pan but it doesn't stop when you let go. The shift key seems to be sticking as the cursor keys create a selection in Notepad until I press and release the left shift key.

Any ideas?


Kev.

TB V1.3.0(R16) Client/Server, TBTk V1.3(R4), LinITX 8.4" 800x600
Cheesy is offline   Reply With Quote