forked from KolibriOS/kolibrios
@panel: do not change language when pressing alt gr + number
(Hotkeys should only use left alt) git-svn-id: svn://kolibrios.org@3670 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b982a70c5b
commit
d38208a79a
@ -49,6 +49,8 @@
|
||||
; changes: The program uses only 20 Kb memory is now.
|
||||
; Code optimizing and refactoring.
|
||||
;------------------------------------------------------------------------------
|
||||
format binary as ""
|
||||
|
||||
use32
|
||||
org 0x0
|
||||
db 'MENUET01' ; 8 byte id
|
||||
@ -645,7 +647,7 @@ load_libraries l_libs_start,end_l_libs
|
||||
|
||||
; mcall 66,,91,100h ; Alt+LWin
|
||||
; mcall 66,,92 ; Alt+RWin
|
||||
mcall 66,,62,100h ; Alt+F4
|
||||
mcall 66,,62,300h ; Alt+F4
|
||||
; mcall 66,,71 ; Alt+Home
|
||||
; mcall 66,,72 ; Alt+Up
|
||||
mcall 66,,2 ; Alt+1
|
||||
@ -656,7 +658,7 @@ load_libraries l_libs_start,end_l_libs
|
||||
mcall 66,,7 ; Alt+6
|
||||
mcall 66,,8 ; Alt+7
|
||||
mcall 66,,15 ; Alt+Tab DOWN
|
||||
mcall 66,,15,101h ; Alt+Shift+Tab DOWN
|
||||
mcall 66,,15,301h ; Alt+Shift+Tab DOWN
|
||||
mcall 66,,69 ; Alt+Shift+NumLock
|
||||
|
||||
if caps_lock_check
|
||||
|
Loading…
Reference in New Issue
Block a user