Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2c5649

Browse files
authored
fix: resolve conflicting shortcut key assignments in Combokeys (#875)
1 parent be180f6 commit a2c5649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/lib/combokeys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const commandKeys = [
110110
preventDefault: true
111111
},
112112
{ // Jog Backward (Alias)
113-
keys: ['ctrl', 'alt', 'command', 'b'].join('+'),
113+
keys: ['ctrl', 'alt', 'command', 'k'].join('+'),
114114
cmd: 'JOG',
115115
payload: {
116116
axis: null,

0 commit comments

Comments
 (0)