Subversion Repositories Kolibri OS

Rev

Rev 3355 | Rev 3534 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3355 Rev 3356
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3355 $
8
$Revision: 3356 $
9
 
9
 
10
 
10
 
Line 230... Line 230...
230
@@:
230
@@:
231
        cmp     al, 0x5B
231
        cmp     al, 0x5B
232
        jne     @f
232
        jne     @f
Line 233... Line 233...
233
        
233
        
234
        cmp     cl, 0xE0
234
        cmp     cl, 0xE0
Line 235... Line 235...
235
        jne     .writekey
235
        jne     @f
-
 
236
        
236
        
237
        mov     eax, VKEY_LWIN
237
        mov     eax, VKEY_LWIN
238
        mov     bh, 0
238
        jmp     .modifier
239
        jmp     .modifier
239
;--------------------------------------
240
;--------------------------------------
240
@@:
241
@@:
Line 241... Line 242...
241
        cmp     al, 0x5C
242
        cmp     al, 0x5C
242
        jne     @f
243
        jne     @f
Line 243... Line 244...
243
        
244
        
-
 
245
        cmp     cl, 0xE0
244
        cmp     cl, 0xE0
246
        jne     @f
245
        jne     .writekey
247
        
246
        
248
        mov     eax, VKEY_RWIN
247
        mov     eax, VKEY_RWIN
249
        mov     bh, 0
248
        jmp     .modifier
250
        jmp     .modifier