NumLock braucht, wenn man ihn wirklich nicht mehr als solchen ans System schicken will, auch ein Sternderl, um alle mögliches Kombinationen, insbesondere mit Shift, richtig abzufangen.
git-svn-id: https://svn.neo-layout.org@1054 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
81a7cedd17
commit
062089c957
1 changed files with 2 additions and 2 deletions
|
@ -807,7 +807,7 @@ Return
|
|||
|
||||
; Numpad
|
||||
|
||||
VK90SC145:: ; NumLock
|
||||
*VK90SC145:: ; NumLock
|
||||
*VK6FSC135:: ; NumpadDiv
|
||||
*VK6ASC037:: ; NumpadMult
|
||||
*VK6DSC04A:: ; NumpadSub
|
||||
|
@ -914,7 +914,7 @@ numpadenter::
|
|||
|
||||
; Numpad
|
||||
|
||||
VK90SC145 up:: ; NumLock
|
||||
*VK90SC145 up:: ; NumLock
|
||||
*VK6FSC135 up:: ; NumpadDiv
|
||||
*VK6ASC037 up:: ; NumpadMult
|
||||
*VK6DSC04A up:: ; NumpadSub
|
||||
|
|
Loading…
Reference in a new issue