From 567549c55dc53c42adac25ad25c6c8a8963f77f8 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 23 May 2012 03:38:41 +0000 Subject: [PATCH] OS X: Add default hotkey to show/hide toolbar Originally committed to SVN as r6840. --- aegisub/src/libresrc/osx/default_hotkey.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aegisub/src/libresrc/osx/default_hotkey.json b/aegisub/src/libresrc/osx/default_hotkey.json index e44c76e13..6c1838772 100644 --- a/aegisub/src/libresrc/osx/default_hotkey.json +++ b/aegisub/src/libresrc/osx/default_hotkey.json @@ -76,6 +76,12 @@ "key" : "Q" } ], + "app/toggle/toolbar" : [ + { + "modifiers" : [ "Ctrl", "Alt" ], + "key" : "T" + } + ], "edit/line/copy" : [ { "modifiers" : [ "Ctrl" ],