Skip to content

Commit

Permalink
Add reset hotkey as Ctrl-R
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
moex3 committed Jul 16, 2021
1 parent c974fb7 commit 3d525d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libresrc/default_hotkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@
"video/frame/prev/large" : [
"Alt-Left"
],
"video/pan_reset" : [
"Ctrl-R"
],
"video/tool/clip" : [
"H"
],
Expand All @@ -359,4 +362,4 @@
"J"
]
}
}
}
3 changes: 3 additions & 0 deletions src/libresrc/osx/default_hotkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
"video/frame/prev/large" : [
"Alt-Left"
],
"video/pan_reset" : [
"Ctrl-R"
],
"video/tool/clip" : [
"H"
],
Expand Down

0 comments on commit 3d525d9

Please sign in to comment.