[meld/ui-next] accelerators: Bind F9 for hiding the sourcemap



commit 65a343cc752cef27a97812157bd925fb7f55204c
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Mar 2 11:33:50 2019 +1000

    accelerators: Bind F9 for hiding the sourcemap

 meld/accelerators.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meld/accelerators.py b/meld/accelerators.py
index 8449e161..b87c0fc9 100644
--- a/meld/accelerators.py
+++ b/meld/accelerators.py
@@ -34,6 +34,7 @@ def register_accels(app: Gtk.Application):
         ('view.file-copy-left-down', '<Alt>semicolon'),
         ('view.file-copy-right-down', '<Alt>quoteright'),
         ('view.file-delete', ('<Alt>Delete', '<Alt>KP_Delete')),
+        ('view.show-sourcemap', 'F9'),
         # Folder comparison actions
         ('view.folder-compare', 'Return'),
         ('view.folder-copy-left', '<Alt>Left'),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]