aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib/shortcuts.py
AgeCommit message (Collapse)Author
2017-02-28Add composition Matrix Two-by-two.Jonas Smedegaard
2017-02-07Only define ShortcutsWindow if Gtk.ShortcutsWindow exists. Fixes #124Florian Zeitz
2017-01-31Add a ShortcutsWindow and tooltips to display acceleratorsFlorian Zeitz
The GtkShortcutsWindow is shown upon pressing `?`. This is only available in Gtk+ >= 3.20. For earlier versions nothing happens.