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:
parent
14d078fb9f
commit
0b8586e90d
2 changed files with 7 additions and 1 deletions
|
@ -337,6 +337,9 @@
|
||||||
"video/frame/prev/large" : [
|
"video/frame/prev/large" : [
|
||||||
"Alt-Left"
|
"Alt-Left"
|
||||||
],
|
],
|
||||||
|
"video/pan_reset" : [
|
||||||
|
"Ctrl-R"
|
||||||
|
],
|
||||||
"video/tool/clip" : [
|
"video/tool/clip" : [
|
||||||
"H"
|
"H"
|
||||||
],
|
],
|
||||||
|
|
|
@ -347,6 +347,9 @@
|
||||||
"video/frame/prev/large" : [
|
"video/frame/prev/large" : [
|
||||||
"Alt-Left"
|
"Alt-Left"
|
||||||
],
|
],
|
||||||
|
"video/pan_reset" : [
|
||||||
|
"Ctrl-R"
|
||||||
|
],
|
||||||
"video/tool/clip" : [
|
"video/tool/clip" : [
|
||||||
"H"
|
"H"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue