tsostarics / PitchMendR

Pitch Contour Editor Shiny App
MIT License
3 stars 0 forks source link

Allow customizable key bindings #27

Closed tsostarics closed 5 months ago

tsostarics commented 10 months ago

Offshoot issue of #1. The idea is to allow people to add/remove/modify the keybindings that are set for the keyboard shortcuts. Currently people can either use the ones i've defined or not use them at all.

tsostarics commented 9 months ago

Note that keybindings used in the RStudio viewer will also execute a bound keyboard shortcut specified in the RStudio global options. For example, I have Ctrl+Shift+A mapped to reshape expressions, and if this is used in the shiny app then the currently opened R file in RStudio will also be modified. Moreover, keybindings that conflict with a browser keybinding will also execute the browser command. So, some customizability will definitely be needed!