forked from KolibriOS/kolibrios
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
This commit is contained in:
parent
93e7aee516
commit
885953abf1
@ -13,4 +13,4 @@ The following "hot" shortcut keys are used in the system:
|
|||||||
11) Win + R - start of the application RUN
|
11) Win + R - start of the application RUN
|
||||||
12) Alt + Ctrl + ArrowLeft - to scroll back a list of the taskbar
|
12) Alt + Ctrl + ArrowLeft - to scroll back a list of the taskbar
|
||||||
13) Alt + Ctrl + ArrowRight - to scroll forward 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.
|
||||||
|
@ -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
|
11) Win + R Inizializza l'applicazione Esegui
|
||||||
12) Alt + Ctrl + ArrowLeft Permette di scorrere le applicazioni nella taskbar
|
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
|
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.
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
11) Win + R - § ―γαͺ ―ਫ<C2A8>¦₯¨ο RUN
|
11) Win + R - § ―γαͺ ―ਫ<C2A8>¦₯¨ο RUN
|
||||||
12) Alt + Ctrl + ArrowLeft - €«ο ―ΰ<E28095>«¨αβλ’ ¨ο § € α―¨αͺ ― ₯«¨ § € η
|
12) Alt + Ctrl + ArrowLeft - €«ο ―ΰ<E28095>«¨αβλ’ ¨ο § € α―¨αͺ ― ₯«¨ § € η
|
||||||
13) Alt + Ctrl + ArrowRight - €«ο ―ΰ<E28095>«¨αβλ’ ¨ο ’―₯ΰ₯€ α―¨αͺ ― ₯«¨ § € η
|
13) Alt + Ctrl + ArrowRight - €«ο ―ΰ<E28095>«¨αβλ’ ¨ο ’―₯ΰ₯€ α―¨αͺ ― ₯«¨ § € η
|
||||||
14) PrintScreen - § ¯ã᪠¯à¨«®¦¥¨ï SCRSHOOT. ‘à §ã ¤¥« ¥âáï ᨬ®ª íªà ¨ ¯®«ì§®¢ â¥«î ¯à¥¤« £ ¥âáï 㪠§ âì, á ¯®¬®éìî OpenDialog, ªã¤ á®åà ¨âì ᨬ®ª ¢ ä®à¬ ⥠BMP.
|
14) Ctrl + PrintScreen - § ¯ã᪠¯à¨«®¦¥¨ï SCRSHOOT. ‘à §ã ¤¥« ¥âáï ᨬ®ª íªà ¨ ¯®«ì§®¢ â¥«î ¯à¥¤« £ ¥âáï 㪠§ âì, á ¯®¬®éìî OpenDialog, ªã¤ á®åà ¨âì ᨬ®ª ¢ ä®à¬ ⥠BMP.
|
||||||
|
@ -13,4 +13,4 @@ The following "hot" shortcut keys are used in the system:
|
|||||||
11) Win + R - start of the application RUN
|
11) Win + R - start of the application RUN
|
||||||
12) Alt + Ctrl + ArrowLeft - to scroll back a list of the taskbar
|
12) Alt + Ctrl + ArrowLeft - to scroll back a list of the taskbar
|
||||||
13) Alt + Ctrl + ArrowRight - to scroll forward 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.
|
||||||
|
@ -647,8 +647,8 @@ load_libraries l_libs_start,end_l_libs
|
|||||||
mcall 66,,32,0h ; Win+D DOWN
|
mcall 66,,32,0h ; Win+D DOWN
|
||||||
; mcall 66,,160,0h ; Win+D UP
|
; mcall 66,,160,0h ; Win+D UP
|
||||||
|
|
||||||
mcall 66,,55,0h ; PrintScreen DOWN
|
mcall 66,,55,10h ; Ctrl+PrintScreen DOWN
|
||||||
; mcall 66,,183,0h ; PrintScreen UP
|
; mcall 66,,183,10h ; Ctrl+PrintScreen UP
|
||||||
|
|
||||||
|
|
||||||
; mcall 66,,91,100h ; Alt+LWin
|
; mcall 66,,91,100h ; Alt+LWin
|
||||||
|
Loading…
Reference in New Issue
Block a user