From 885953abf17fc8e1fc0cf8bdbad6f0ea1830e031 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Thu, 27 Jun 2013 16:13:54 +0000 Subject: [PATCH] Change hotkey "PrintScreen" to "Ctrl + PrintScreen" because it causes problems with the numeric keypad keys (on the right). git-svn-id: svn://kolibrios.org@3713 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/docs/HOT_KEYS.TXT | 2 +- data/it/docs/HOT_KEYS.TXT | 2 +- data/rus/docs/HOT_KEYS.TXT | 2 +- data/sp/docs/HOT_KEYS.TXT | 2 +- programs/system/panel/trunk/@PANEL.ASM | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/eng/docs/HOT_KEYS.TXT b/data/eng/docs/HOT_KEYS.TXT index 993775ba96..e846bad16d 100644 --- a/data/eng/docs/HOT_KEYS.TXT +++ b/data/eng/docs/HOT_KEYS.TXT @@ -13,4 +13,4 @@ The following "hot" shortcut keys are used in the system: 11) Win + R - start of the application RUN 12) Alt + Ctrl + ArrowLeft - to scroll back a list of the taskbar 13) Alt + Ctrl + ArrowRight - to scroll forward a list of the taskbar -14) PrintScreen - start of the application SCRSHOOT. Just do a screen shot and the user is offered to specify (with OpenDialog) where to save the BMP image. +14) Ctrl + PrintScreen - start of the application SCRSHOOT. Just do a screen shot and the user is offered to specify (with OpenDialog) where to save the BMP image. diff --git a/data/it/docs/HOT_KEYS.TXT b/data/it/docs/HOT_KEYS.TXT index eb10fd025a..4d4b52f812 100644 --- a/data/it/docs/HOT_KEYS.TXT +++ b/data/it/docs/HOT_KEYS.TXT @@ -13,4 +13,4 @@ start of the application CPU (the manager of processes), is a sole combination m 11) Win + R Inizializza l'applicazione Esegui 12) Alt + Ctrl + ArrowLeft Permette di scorrere le applicazioni nella taskbar 13) Alt + Ctrl + ArrowRight Permette di scorrere le applicazioni nella taskbar in ordine inverso -14) PrintScreen Esegue l'applicazione SCRSHOOT. Permette di effettuare uno screenshoot e di salvare l'immagine come file bmp. +14) Ctrl + PrintScreen Esegue l'applicazione SCRSHOOT. Permette di effettuare uno screenshoot e di salvare l'immagine come file bmp. diff --git a/data/rus/docs/HOT_KEYS.TXT b/data/rus/docs/HOT_KEYS.TXT index dfb9b0321d..47b89974ef 100644 --- a/data/rus/docs/HOT_KEYS.TXT +++ b/data/rus/docs/HOT_KEYS.TXT @@ -13,4 +13,4 @@ 11) Win + R - запуск приложения RUN 12) Alt + Ctrl + ArrowLeft - для пролистывания назад списка панели задач 13) Alt + Ctrl + ArrowRight - для пролистывания вперед списка панели задач -14) PrintScreen - запуск приложения SCRSHOOT. Сразу делается снимок экрана и пользователю предлагается указать, с помощью OpenDialog, куда сохранить снимок в формате BMP. +14) Ctrl + PrintScreen - запуск приложения SCRSHOOT. Сразу делается снимок экрана и пользователю предлагается указать, с помощью OpenDialog, куда сохранить снимок в формате BMP. diff --git a/data/sp/docs/HOT_KEYS.TXT b/data/sp/docs/HOT_KEYS.TXT index 993775ba96..e846bad16d 100644 --- a/data/sp/docs/HOT_KEYS.TXT +++ b/data/sp/docs/HOT_KEYS.TXT @@ -13,4 +13,4 @@ The following "hot" shortcut keys are used in the system: 11) Win + R - start of the application RUN 12) Alt + Ctrl + ArrowLeft - to scroll back a list of the taskbar 13) Alt + Ctrl + ArrowRight - to scroll forward a list of the taskbar -14) PrintScreen - start of the application SCRSHOOT. Just do a screen shot and the user is offered to specify (with OpenDialog) where to save the BMP image. +14) Ctrl + PrintScreen - start of the application SCRSHOOT. Just do a screen shot and the user is offered to specify (with OpenDialog) where to save the BMP image. diff --git a/programs/system/panel/trunk/@PANEL.ASM b/programs/system/panel/trunk/@PANEL.ASM index 10cd778cc9..17866d1700 100644 --- a/programs/system/panel/trunk/@PANEL.ASM +++ b/programs/system/panel/trunk/@PANEL.ASM @@ -647,8 +647,8 @@ load_libraries l_libs_start,end_l_libs mcall 66,,32,0h ; Win+D DOWN ; mcall 66,,160,0h ; Win+D UP - mcall 66,,55,0h ; PrintScreen DOWN -; mcall 66,,183,0h ; PrintScreen UP + mcall 66,,55,10h ; Ctrl+PrintScreen DOWN +; mcall 66,,183,10h ; Ctrl+PrintScreen UP ; mcall 66,,91,100h ; Alt+LWin