| View previous topic :: View next topic |
| Author |
Message |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Wed Jun 21, 2006 1:44 pm Post subject: Capturing numpad hotkeys |
|
|
Does anybody know how to capture the numpad keys by using the hotkey command? I figured out the code below, but the "5" did not work and it only works when the NumLock key is disabled.
| Code: | DIALOG CREATE,Keypad,-1,0,240,160
DIALOG ADD,EDIT,EDIT1,4,5,180,19,
DIALOG SHOW
hotkey add,1,Numpad+End
hotkey add,2,Numpad+Down
hotkey add,3,Numpad+PgDn
hotkey add,4,Numpad+Left
hotkey add,5,Numpad+5
hotkey add,6,Numpad+Right
hotkey add,7,Numpad+Home
hotkey add,8,Numpad+Up
hotkey add,9,Numpad+PgUp
:Evloop
wait event
goto @event()
:Hotkey
dialog set,edit1,@dlgtext(edit1)@hotkey()
goto Evloop
:Close
exit |
_________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
uvedese Contributor


Joined: 21 Jan 2006 Posts: 169 Location: Spain
|
Posted: Wed Jun 21, 2006 9:03 pm Post subject: |
|
|
Hi Skit3000
It seems that it works when it is pressed the combination "Bloq Num key"+5.
But this code disable all the previous functions in the system...
_______________
uVeDeSe
visit: http://www.uvedese.es
Last edited by uvedese on Wed Apr 02, 2008 8:49 pm; edited 1 time in total |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Fri Jun 23, 2006 11:51 pm Post subject: |
|
|
| The Win32 Programmers Reference shows the Virtual Key Code as VK_NUMPAD5. Maybe try NUMPAD5 with no space or + sign? |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Sat Jun 24, 2006 3:44 pm Post subject: |
|
|
Try the actual value of VK_NUMPAD5: $065 _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|