mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
GUI: fix move cur chan actions being swapped
This commit is contained in:
parent
79f92fab68
commit
1283f70646
1 changed files with 2 additions and 2 deletions
|
@ -624,8 +624,8 @@ const FurnaceGUIActionDef guiActions[GUI_ACTION_MAX]={
|
|||
D("PAT_CURSOR_DOWN_ONE", "Move cursor down by one (override Edit Step)", FURKMOD_SHIFT|SDLK_END),
|
||||
D("PAT_CURSOR_LEFT_CHANNEL", "Move cursor to previous channel", 0),
|
||||
D("PAT_CURSOR_RIGHT_CHANNEL", "Move cursor to next channel", 0),
|
||||
D("PAT_CURSOR_NEXT_CHANNEL", "Move cursor to previous channel (overflow)", 0),
|
||||
D("PAT_CURSOR_PREVIOUS_CHANNEL", "Move cursor to next channel (overflow)", 0),
|
||||
D("PAT_CURSOR_NEXT_CHANNEL", "Move cursor to next channel (overflow)", 0),
|
||||
D("PAT_CURSOR_PREVIOUS_CHANNEL", "Move cursor to previous channel (overflow)", 0),
|
||||
D("PAT_CURSOR_BEGIN", "Move cursor to beginning of pattern", SDLK_HOME),
|
||||
D("PAT_CURSOR_END", "Move cursor to end of pattern", SDLK_END),
|
||||
D("PAT_CURSOR_UP_COARSE", "Move cursor up (coarse)", SDLK_PAGEUP),
|
||||
|
|
Loading…
Reference in a new issue