You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ctrl-D is a globally supported key binding for forward character deletion, which is a very basic and very common editing operation, but it's assigned todef as.
If I'm not mistaken, even VS Code defines Ctrl-D as the deleteRight action by default.
The alternative on Apple keyboards is to use Fn-Delete, which is not so commonly known (probably), neither as convenient as Ctrl-D (especially on smaller, custom keyboards).
Ctrl+Shift+D however is not defined by default, so that would be one alternative as a default binding.
It would be also more memorable, since the Viewer: dropdown right next to it also has a Shifted shortcut.
To prevent further complaints about key bindings, I concur that #3 would be a great feature.
The text was updated successfully, but these errors were encountered:
onetom
changed the title
<kbd>Ctrl-D</kbd> is shadowed on macOSCtrl-D is shadowed on macOS
May 2, 2023
Ctrl-D is a globally supported key binding for forward character deletion, which is a very basic and very common editing operation, but it's assigned to
def as
.If I'm not mistaken, even VS Code defines Ctrl-D as the
deleteRight
action by default.The alternative on Apple keyboards is to use Fn-Delete, which is not so commonly known (probably), neither as convenient as Ctrl-D (especially on smaller, custom keyboards).
Ctrl+Shift+D however is not defined by default, so that would be one alternative as a default binding.
It would be also more memorable, since the
Viewer:
dropdown right next to it also has aShift
ed shortcut.To prevent further complaints about key bindings, I concur that #3 would be a great feature.
The text was updated successfully, but these errors were encountered: