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:
hidnplayr 2013-07-04 17:21:51 +00:00
parent dd00c605ce
commit 691e247167

View File

@ -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'