From 78771712ad3ffa57c1102c421c5d39ecd4d1df59 Mon Sep 17 00:00:00 2001 From: 0CodErr <0CodErr@kolibrios.org> Date: Sun, 11 Mar 2018 16:08:59 +0000 Subject: [PATCH] Use LCtrl + LShift to switch the keyboard layout git-svn-id: svn://kolibrios.org@7181 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/taskbar/trunk/TASKBAR.ASM | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/system/taskbar/trunk/TASKBAR.ASM b/programs/system/taskbar/trunk/TASKBAR.ASM index f54decd8e4..5674a47be8 100644 --- a/programs/system/taskbar/trunk/TASKBAR.ASM +++ b/programs/system/taskbar/trunk/TASKBAR.ASM @@ -189,7 +189,7 @@ prod: ;-------------------------------------- align 4 @@: -; this is hotkey Ctrl+Shift ;or LShift+RShift +; this is hotkey LCtrl+LShift ;or LShift+RShift jmp karu ;------------------------------------------------------------------------------ align 4 @@ -588,7 +588,7 @@ load_libraries l_libs_start,end_l_libs mcall 48,1,[button_style] mcall 66,4,0,2 ; LShift+RShift - mcall 66,,,11h ; Ctrl+Shift + mcall 66,,,33h ; LCtrl+LShift mcall 66,,88,110h ; Alt+Ctrl+F12 mcall 66,,91,0h ; RWin DOWN mcall 66,,92 ; LWin DOWN