Registering a keymap
extension with Shift-Alt-a
as key doesn’t seem to work when defaultKeymap
is also used; the default command (toggleBlockComment
) is run instead, even when the custom command is given higher precedence using Prec
.
I think this is a bug, as I haven’t found any explanation in the documentation.
Other key bindings don’t seem to display this behavior (at least, toggleComment
doesn’t); furthermore, using Alt-A
instead of Shift-Alt-a
does work.