mirror of https://github.com/odrling/Aegisub
OS X: Add default hotkey to show/hide toolbar
Originally committed to SVN as r6840.
This commit is contained in:
parent
58de109085
commit
567549c55d
|
@ -76,6 +76,12 @@
|
|||
"key" : "Q"
|
||||
}
|
||||
],
|
||||
"app/toggle/toolbar" : [
|
||||
{
|
||||
"modifiers" : [ "Ctrl", "Alt" ],
|
||||
"key" : "T"
|
||||
}
|
||||
],
|
||||
"edit/line/copy" : [
|
||||
{
|
||||
"modifiers" : [ "Ctrl" ],
|
||||
|
|
Loading…
Reference in New Issue