]> git.0d.be Git - jack_mixer.git/commit
Add accelerator shortcuts to menu items (#22)
authorChristopher Arndt <SpotlightKid@users.noreply.github.com>
Tue, 30 Jun 2020 13:36:23 +0000 (15:36 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 13:36:23 +0000 (08:36 -0500)
commit6b3d3e930e370bdd03112e6e180c5d23aa4a5719
treeae2d3c790d113046b411dc1620080c19700f2e37
parent7f9fdfca675a4096f70754777c96fa4c47234582
Add accelerator shortcuts to menu items (#22)

* Add accelerator shortcuts to menu items

* Rename "Open" menu item to "Open...".
* Rename "SaveAs" menu item to "Save As...".
* Change some menu item mnemonics:
  * "New Output _Channel" (different from "_Open...")
  * "_Edit Input Channel"
  * "E_dit Output Channel"
  * "_Remove Input Channel"
  * "Re_move Ouput Channel"
  * "_Clear" (added)
* Disable "Edit/Remove Input Channel" sub-menu entries initially and
  when no input channels are left.
* Same for output channels.

* Change mnemonics to what is described in previous commit message

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
jack_mixer.py