Add reset hotkey as Ctrl-R

I'm not entirely sure, that this is how it's supposed to be added.
This requires editing the already existing hotkey.json file (shows path
in log, if it exists).
Should this also be added to hotkey.cpp?
This commit is contained in:
moex3 2021-07-16 13:07:19 +02:00 committed by Sodra
parent 14d078fb9f
commit 0b8586e90d
2 changed files with 7 additions and 1 deletions

View File

@ -337,6 +337,9 @@
"video/frame/prev/large" : [
"Alt-Left"
],
"video/pan_reset" : [
"Ctrl-R"
],
"video/tool/clip" : [
"H"
],
@ -359,4 +362,4 @@
"J"
]
}
}
}

View File

@ -347,6 +347,9 @@
"video/frame/prev/large" : [
"Alt-Left"
],
"video/pan_reset" : [
"Ctrl-R"
],
"video/tool/clip" : [
"H"
],