forked from KolibriOS/kolibrios
Hex Editor small fix - Ctrl+S now call OpenDialog
git-svn-id: svn://kolibrios.org@1431 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f7bc5f78ab
commit
294115f043
@ -186,9 +186,9 @@ key:
|
||||
cmp ah,8
|
||||
je BackSpace
|
||||
cmp ah,15
|
||||
je open_dialog ;open_file ;Ctrl+O
|
||||
je open_dialog ;open_file ;Ctrl+O
|
||||
cmp ah,19
|
||||
je save_file ;Ctrl+S
|
||||
je open_dialog_save ;save_file ;Ctrl+S
|
||||
cmp ah,22
|
||||
je Ctrl_V ;paste
|
||||
cmp ah,24
|
||||
|
Loading…
Reference in New Issue
Block a user