Anki/qt/aqt/browser
Damien Elmes 82e056bb5d Switch import/export legacy toggle to profile setting
Shift would have been nice, but the existing shortcuts complicate things.
If the user triggers an import with ctrl+shift+i, shift is unlikely to
have been released by the time our code runs, meaning the user accidentally
triggers the new code. We could potentially wait a while before bringing
up the dialog, but then we're forced to guess at how long it will take the
user to release the key.

One alternative would be to use alt instead of shift, but then we need to
trigger our shortcut when that key is pressed as well, and it could
potentially cause a conflict with an add-on that already uses that
combination.
2022-05-02 11:59:00 +10:00
..
sidebar Fix various leaks (#1672) 2022-02-18 19:00:12 +10:00
table Fix custom browser font not being honored 2022-04-21 13:28:22 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Switch import/export legacy toggle to profile setting 2022-05-02 11:59:00 +10:00
card_info.py Add back support for custom mountpoint in card stats 2022-04-15 15:30:05 +10:00
find_and_replace.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
find_duplicates.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
previewer.py Add progress.single_shot() (#1683) 2022-02-24 21:15:56 +10:00