forked from KolibriOS/kolibrios
make 'A' key for boot settings work on azerty keyboards
git-svn-id: svn://kolibrios.org@3760 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dd00c605ce
commit
691e247167
@ -731,6 +731,8 @@ end if
|
||||
or al, 20h
|
||||
cmp al, 'a'
|
||||
jz .change_a
|
||||
cmp al, 'q' ; Trick to make 'A' key on azerty keyboard work
|
||||
je .change_a
|
||||
cmp al, 'b'
|
||||
jz .change_b
|
||||
; cmp al, 'c'
|
||||
|
Loading…
Reference in New Issue
Block a user