Change the default hotkey for the Jumo To dialog to Ctrl-G
The hotkey should only be Ctrl-J on OS X (where Ctrl-G is taken by Find Next), but platform-specific hotkeys aren't implemented yet. Originally committed to SVN as r6301.
This commit is contained in:
parent
f463bf4bd9
commit
cf6f54720d
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@
|
||||||
"video/jump" : [
|
"video/jump" : [
|
||||||
{
|
{
|
||||||
"modifiers" : [ "Ctrl" ],
|
"modifiers" : [ "Ctrl" ],
|
||||||
"key" : "J"
|
"key" : "G"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"video/jump/end" : [
|
"video/jump/end" : [
|
||||||
|
|
Loading…
Reference in a new issue