File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ Ctrl+K Slice All: Keep Both Sides
130
130
Ctrl+L Slice All: Keep Left Side
131
131
Ctrl+J Slice All: Keep Right Side
132
132
Ctrl+G Toggle Snapping
133
+ R Toggle Razor tool
133
134
Ctrl+X Split Clip
134
135
Ctrl+Shift+D Thumbnail View
135
136
Ctrl+T Title Editor
Original file line number Diff line number Diff line change 518
518
"value": "Ctrl+M",
519
519
"type": "text"
520
520
},
521
+ {
522
+ "category": "Keyboard",
523
+ "title": "Toggle Razor",
524
+ "restart": true,
525
+ "setting": "actionRazorTool",
526
+ "value": "R",
527
+ "type": "text"
528
+ },
521
529
{
522
530
"category": "Keyboard",
523
531
"title": "Previous Marker",
Original file line number Diff line number Diff line change 884
884
<property name =" toolTip" >
885
885
<string >Razor Tool</string >
886
886
</property >
887
+ <property name =" shortcut" >
888
+ <string >R</string >
889
+ </property >
887
890
</action >
888
891
<action name =" actionSnappingTool" >
889
892
<property name =" checkable" >
You can’t perform that action at this time.
0 commit comments