mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-27 06:35:16 +00:00
Add Ctrl+Page Down/Up to move through tabs
This commit is contained in:
parent
ba234aea87
commit
5d1b33b02e
@ -115,6 +115,8 @@
|
||||
<!-- Tabs -->
|
||||
<key command="GotoNextTab" shortcut="Ctrl+Tab" />
|
||||
<key command="GotoPreviousTab" shortcut="Ctrl+Shift+Tab" />
|
||||
<key command="GotoNextTab" shortcut="Ctrl+PgDn" />
|
||||
<key command="GotoPreviousTab" shortcut="Ctrl+PgUp" />
|
||||
<!-- Others -->
|
||||
<key command="SwitchColors" shortcut="X" />
|
||||
<key command="ChangeColor" shortcut="9">
|
||||
|
Loading…
x
Reference in New Issue
Block a user