solus-cold-storage / journal

GNU General Public License v2.0
9 stars 5 forks source link

Add Keyboard Shortcuts for open/save #6

Closed ryanleesipes closed 9 years ago

ryanleesipes commented 9 years ago

Need to add keyboard shortcuts to trigger open and save. (Ctrl+O/Ctrl+S)

ryanleesipes commented 9 years ago

This is done with http://valadoc.org/#!api=gtk+-3.0/Gtk.Application.add_accelerator and http://valadoc.org/#!api=gtk+-3.0/Gtk.Application.set_accels_for_action

Courtesy of Ikey's Valadoc searching skills.

ryanleesipes commented 9 years ago

This has been added.