OS X: Add default hotkey to show/hide toolbar

Originally committed to SVN as r6840.
This commit is contained in:
Thomas Goyne 2012-05-23 03:38:41 +00:00
parent 58de109085
commit 567549c55d

View file

@ -76,6 +76,12 @@
"key" : "Q"
}
],
"app/toggle/toolbar" : [
{
"modifiers" : [ "Ctrl", "Alt" ],
"key" : "T"
}
],
"edit/line/copy" : [
{
"modifiers" : [ "Ctrl" ],