markusschwenk / midieditor

Provides an interface to edit, record, and play Midi data
GNU General Public License v3.0
470 stars 69 forks source link

Make shortcuts configurable and provide defaults per OS #50

Open markusschwenk opened 5 years ago

markusschwenk commented 5 years ago

Currently, all key shortcuts are hard-coded. Since there optimal bindings depend on

E.g. limiting the standard tool's move behavior is currently done with ALT + Drag and drop. On Ubuntu (all Linux?) this is a global shortcut allowing to drag the whole application window. Hence, the feature doesn't work on Linux currently.