We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using Ctrl-S with save assigned, but it becomes showKeyboardShortcuts during VSCode keybindings.
Ctrl-S
save
showKeyboardShortcuts
It should be save.
It becomes showKeyboardShortcuts.
Ctrl-S key in after set to VSCode keybindings.
In ace/src/keyboard/vscode.js,
ace/src/keyboard/vscode.js
133 bindKey: {mac: "Command-K|Command-S", win: "Ctrl-K|Ctrl-S"}, 134 name: "show Keyboard Shortcuts"
is unnecessary.
already
212 bindKey: { mac: "Command-K Command-R|Command-K Command-S", win: "Ctrl-K Ctrl-R|Ctrl-K Ctrl-S" }, 213 name: "show Keyboard Shortcuts"
there is.
No response
Ace: 1.14.0 Keyboard layout: US
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I'm using
Ctrl-S
withsave
assigned, but it becomesshowKeyboardShortcuts
during VSCode keybindings.Expected Behavior
It should be
save
.Current Behavior
It becomes
showKeyboardShortcuts
.Reproduction Steps
Ctrl-S
key in after set to VSCode keybindings.Possible Solution
In
ace/src/keyboard/vscode.js
,is unnecessary.
already
there is.
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
Ace: 1.14.0 Keyboard layout: US
The text was updated successfully, but these errors were encountered: