gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
169 stars 10 forks source link

Tracker Editor: Alternative way to Add & Delete Entries #64

Closed RobDavenport closed 2 years ago

RobDavenport commented 2 years ago

Currently, the way to add and delete sequence/track entries on the chain, phrases, songs list is by using:

This could be a problem for some users who don't have keyboards with those keys, so there should be another way to adjust these.

I think the current setup we have with arrow keys to navigate, space bar to play the song, and shift + key to edit entries is comfortable. We could optionally bind add and delete to the same key, and just make the logic adjust based on what is already selected: an empty entry will add, and a filled one will delete, etc. I would recommend using the Z key and adding the following commands:

RobDavenport commented 2 years ago

Fixed in 4d477fe0d64e3dc2167c5e5823106c3452e88b85