't_edit' add commands [Ctrl]+[End], [Ctrl]+[A]

'msgbox' change select button use [Tab] key

git-svn-id: svn://kolibrios.org@4988 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA
2014-06-27 21:34:57 +00:00
parent bb0466488a
commit 0bcb04f0e3
2 changed files with 129 additions and 67 deletions

View File

@@ -132,8 +132,12 @@ key:
call MsgBoxDrawAllBut
.no_left:
cmp ah,9 ;Tab
je @f
cmp ah,179 ;Right
jne .no_right
je @f
jmp .no_right
@@:
mov al,[mb_key_max]
add al,MB_FIRST_BUT_ID
cmp [mb_key_foc],al