Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Keyboard Shortcuts to Music Editor #978

Closed
ARival opened this issue Dec 19, 2019 · 2 comments
Closed

Add Keyboard Shortcuts to Music Editor #978

ARival opened this issue Dec 19, 2019 · 2 comments
Assignees

Comments

@ARival
Copy link

ARival commented Dec 19, 2019

The music editor (tracker) would benefit from some additional keyboard shortcuts. They could be static or assignable via menu or configuration file.

I've attached Famitracker's default keyboard shortcuts as a starting point.

Del | Delete selection / selected row
Backspace | Delete the row above
Insert | Insert rows below
Ctrl+F1 | Decrease notes by Semitone
Ctrl+F2 | Increase notes by Semitone
Ctrl+F3 | Decrease octaves
Ctrl+F4 | Increase octaves
Space | Switch between edit / normal mode
Ctrl+Right | Jump forward one frame
Ctrl+Left | Jump backward one frame
Tab | Go to to next channel
Shift+Tab | Go to to previous channel
+ | Next pattern
- | Previous pattern
Numpad 0-9 | Select instrument 0 - 9
Ctrl+Numpad 0-9 | Set step size, 0 - 9
/ | Select previous octave
* | Select next octave
Ctrl+Up | Next instrument
Ctrl+Down | Previous instrument
Ctrl+I | Interpolate selected values
@nesbox
Copy link
Owner

nesbox commented Dec 19, 2019

Thank you 👍

@nesbox nesbox added this to To do in dev version 0.90 via automation Nov 10, 2020
@nesbox nesbox moved this from To do to In progress in dev version 0.90 Apr 8, 2021
@nesbox nesbox self-assigned this Apr 13, 2021
@nesbox
Copy link
Owner

nesbox commented Apr 14, 2021

Added new music editor shortcuts 14210c4:

Del | Delete selection / selected row
Backspace | Delete the row above
Insert | Insert rows below
Ctrl+F1 | Decrease notes by Semitone
Ctrl+F2 | Increase notes by Semitone
Ctrl+F3 | Decrease octaves
Ctrl+F4 | Increase octaves
Space | Play current track
Ctrl+Right | Jump forward one frame
Ctrl+Left | Jump backward one frame
Tab | Go to next channel
Shift+Tab | Go to previous channel
+ | Next pattern
- | Previous pattern
Ctrl+Up | Next instrument
Ctrl+Down | Previous instrument

except these, seems they don't fit the Music Editor

Numpad 0-9 | Select instrument 0 - 9
Ctrl+Numpad 0-9 | Set step size, 0 - 9
/ | Select previous octave
* | Select next octave
Ctrl+I | Interpolate selected values

Please, check the latest build https://github.com/nesbox/TIC-80/actions/runs/749044345
Thank you.

@nesbox nesbox closed this as completed Apr 14, 2021
dev version 0.90 automation moved this from In progress to Done Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants