Formatting

Margen67 2021-05-08 00:07:12 -10:00
parent 92117ee22e
commit 7b1018aeda
1 changed files with 31 additions and 56 deletions

@ -3,72 +3,47 @@ Originally written by avih
UI: Keyboard shortcuts overrides via PCSX2_keys.ini UI: Keyboard shortcuts overrides via PCSX2_keys.ini
Keys combination can be: Keys combination can be:
"alt-" and/or "ctrl-" and/or "shift-" and ( F1-F12 or KP_0-KP_9 or "alt-" and/or "ctrl-" and/or "shift-" and ( F1-F12 or KP_0-KP_9 or
SPECIAL1-SPECIAL20 ) SPECIAL1-SPECIAL20 )
Where: Where:
Fn is function key n Fn is function key n
KP_n is numpad number n KP_n is numpad number n
SPECIALn is hardware button n (whatever that means...) SPECIALn is hardware button n (whatever that means...)
Examples: Examples:
FullscreenToggle=alt-ctrl-f12 FullscreenToggle=alt-ctrl-f12
GSwindow_CycleAspectRatio=KP_0 GSwindow_CycleAspectRatio=KP_0
Full list of (currently) supported functions: Full list of (currently) supported functions:
* States_FreezeCurrentSlot
States_FreezeCurrentSlot * States_DefrostCurrentSlot
* States_DefrostCurrentSlotBackup
States_DefrostCurrentSlot * States_CycleSlotForward
* States_CycleSlotBackward
States_DefrostCurrentSlotBackup * Frameskip_Toggle
* Framelimiter_TurboToggle
States_CycleSlotForward * Framelimiter_SlomoToggle
* Framelimiter_MasterToggle
States_CycleSlotBackward * FullscreenToggle
* Sys_Suspend
Frameskip_Toggle * Sys_TakeSnapshot
* Sys_RenderswitchToggle
Framelimiter_TurboToggle * Sys_LoggingToggle
* Sys_FreezeGS
Framelimiter_SlomoToggle * Sys_RecordingToggle
* GSwindow_CycleAspectRatio
Framelimiter_MasterToggle * GSwindow_ZoomIn
* GSwindow_ZoomOut
FullscreenToggle * GSwindow_ZoomToggle
* GSwindow_ZoomInY
Sys_Suspend * GSwindow_ZoomOutY
* GSwindow_ZoomResetY
Sys_TakeSnapshot * GSwindow_OffsetYminus
* GSwindow_OffsetYplus
Sys_RenderswitchToggle * GSwindow_OffsetXminus
* GSwindow_OffsetXplus
Sys_LoggingToggle * GSwindow_OffsetReset
Sys_FreezeGS
Sys_RecordingToggle
GSwindow_CycleAspectRatio
GSwindow_ZoomIn
GSwindow_ZoomOut
GSwindow_ZoomToggle
GSwindow_ZoomInY
GSwindow_ZoomOutY
GSwindow_ZoomResetY
GSwindow_OffsetYminus
GSwindow_OffsetYplus
GSwindow_OffsetXminus
GSwindow_OffsetXplus
GSwindow_OffsetReset