issues
search
ijgnd
/
anki__BetterSearch
7
stars
1
forks
source link
breaks built-in editor shortcuts like Ctrl+T, T for latex
#27
Closed
ijgnd
closed
1 year ago
ijgnd
commented
2 years ago
background:
https://forums.ankiweb.net/t/emacs-style-shortcuts-with-ctrl-t-in-the-editor-in-45/12280/8
js solution for the editor:
https://github.com/ijgnd/anki__extended_tag_edit_add_dialog/commit/fe8836e64387494a700ba0938903bbbc5fc60499
possible workarounds:
don't set shortcut for the browser window but for each widget (except the editor) in it?
wrapping Browser.keyPressEvent doesn't look useful since I'm dealing with a multiple part shortcut.
just use a different prefix instead of "Ctrl+T" that's not used in the editor or browser. But there are probably no good ones left.
ijgnd
commented
1 year ago
avoided by switching to Alt+
background:
possible workarounds: