contribution from hpsolo:
F2/F4 displays which save state F3 Linux menu fix more key fixes for gui
This commit is contained in:
@@ -177,6 +177,9 @@ EXTSYM numlockptr
|
||||
EXTSYM CheckPriority
|
||||
EXTSYM CheckAlwaysOnTop
|
||||
%endif
|
||||
%ifdef __LINUX__
|
||||
EXTSYM numlockptr
|
||||
%endif
|
||||
|
||||
NEWSYM GuiAsmStart
|
||||
|
||||
|
||||
@@ -1889,8 +1889,20 @@ GUIStateSelKeys:
|
||||
inc cl
|
||||
jmp .done
|
||||
.noright
|
||||
%ifdef __LINUX__
|
||||
cmp al,90
|
||||
je .vert
|
||||
cmp dword[numlockptr],1
|
||||
je .novert
|
||||
%endif
|
||||
cmp al,72
|
||||
je .vert
|
||||
%ifdef __LINUX__
|
||||
cmp al,96
|
||||
je .vert
|
||||
cmp dword[numlockptr],1
|
||||
je .novert
|
||||
%endif
|
||||
cmp al,80
|
||||
jne .novert
|
||||
.vert
|
||||
|
||||
Reference in New Issue
Block a user