Hotkeys: Difference between revisions

45 bytes added ,  13 April 2015
→‎Editing Keyboard shortcuts: According to avih in the the second-to-last comment of https://code.google.com/p/pcsx2/source/detail?r=4917, the normal keys also work.
(→‎Editing Keyboard shortcuts: According to avih in the the second-to-last comment of https://code.google.com/p/pcsx2/source/detail?r=4917, the normal keys also work.)
Line 99: Line 99:
A ''keys combination'' may begin with special keys '''alt-''', '''ctrl-''' or '''shift-''' that can be stacked together and is followed by the actual key name.
A ''keys combination'' may begin with special keys '''alt-''', '''ctrl-''' or '''shift-''' that can be stacked together and is followed by the actual key name.


The list of supported key names are as follows: DEL, DELETE, BACK, INS, INSERT, ENTER, RETURN, PGUP, PGDN, LEFT, RIGHT, UP, DOWN, HOME, END, SPACE, TAB, ESC, ESCAPE, CANCEL, CLEAR, MENU, PAUSE, CAPITAL, SELECT, PRINT, EXECUTE, SNAPSHOT, HELP, ADD, SEPARATOR, SUBTRACT, DECIMAL, DIVIDE, NUM_LOCK, SCROLL_LOCK, PAGEUP, PAGEDOWN, KP_SPACE, KP_TAB, KP_ENTER, KP_HOME, KP_LEFT, KP_UP, KP_RIGHT, KP_DOWN, KP_PRIOR, KP_PAGEUP, KP_NEXT, KP_PAGEDOWN, KP_END, KP_BEGIN, KP_INSERT, KP_DELETE, KP_EQUAL, KP_MULTIPLY, KP_ADD, KP_SEPARATOR, KP_SUBTRACT, KP_DECIMAL, KP_DIVIDE, WINDOWS_LEFT, WINDOWS_RIGHT, WINDOWS_MENU, COMMAND, F??, KP_0..KP_9, SPECIAL1-SPECIAL20.
The list of supported special key names are as follows:  
*DEL
*DELETE
*BACK
*INS
*INSERT
*ENTER
*RETURN
*PGUP
*PGDN
*LEFT
*RIGHT
*UP
*DOWN
*HOME
*END
*SPACE
*TAB
*ESC
*ESCAPE
*CANCEL
*CLEAR
*MENU
*PAUSE
*CAPITAL
*SELECT
*PRINT
*EXECUTE
*SNAPSHOT
*HELP
*ADD
*SEPARATOR
*SUBTRACT
*DECIMAL
*DIVIDE
*NUM_LOCK
*SCROLL_LOCK
*PAGEUP
*PAGEDOWN
*KP_SPACE
*KP_TAB
*KP_ENTER
*KP_HOME
*KP_LEFT
*KP_UP
*KP_RIGHT
*KP_DOWN
*KP_PRIOR
*KP_PAGEUP
*KP_NEXT
*KP_PAGEDOWN
*KP_END
*KP_BEGIN
*KP_INSERT
*KP_DELETE
*KP_EQUAL
*KP_MULTIPLY
*KP_ADD
*KP_SEPARATOR
*KP_SUBTRACT
*KP_DECIMAL
*KP_DIVIDE
*WINDOWS_LEFT
*WINDOWS_RIGHT
*WINDOWS_MENU
*COMMAND
*F0-F12
*KP_0-KP_9
*SPECIAL1-SPECIAL20


Note that ''KP_'' are numpad keys. ''F??'' are the function keys. The normal letter or number keys may not work according to the developer's post.
Note that ''KP_x'' are the number keys in the keypad/numpad. The normal letter and number keys also work, even though they may not display correctly at the log console message.


Some examples:
Some examples:
* FullscreenToggle=alt-ctrl-F12
* FullscreenToggle = Alt-Ctrl-F12
* GSwindow_CycleAspectRatio=KP_0
* GSwindow_CycleAspectRatio = KP_0


=References=
=References=
ninja
485

edits