Bỏ qua đến nội dung

Disable Keyboard Shortcuts in Review

Chờ xử lý #anki #addon #disable #keyboard #shortcuts #review
Unknown
11/2/2025

Cách tải addon Disable Keyboard Shortcuts in Review

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

563591692

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 563591692 và copy

1
1

Mô tả chi tiết

Removes custom global keyboard shortcuts (hotkeys) in main window, review and overview. The shortcuts need to be configured in Tools > Add-ons > Config, by default nothing is disabled.

The extension is very simple and dumb, it just disables the default shortcuts for the main widnow and prevents new ones being attached to it when review or overview is open. I created it to be able to type Ctrl+Alt+E for ę and Ctrl+Alt+N for ń in my polish close caption notes.

Disabling “Enter” requires both Qt.Key_Enter and Qt.Key_Return Disabling Space requires the “space” character — ” ”

I could try to fix/extend/change it if someone needs anything added, but I don’t think removing shortcuts completely is within my abilities, since they are attached to specific inputs and it would probably require a lot of monkey patching to change.

For macOS users, Ctrl is ⌘, Alt is ⌥, and Meta is ^ (control key).

Example configuration:

{ “disableHotkeys”: [ “Ctrl+Alt+N”, “Ctrl+Alt+E”, “Qt.Key_Enter”, “Qt.Key_Return”, “A”, “B”, ” ”, ] }


Reviews (2)

👍 2025-09-04

Did not do anything, space still flips the card, checked syntax and everything

👍 2025-02-21

Thank you for this add-on! This is what I had problem with all the time and “Customize Keyboard Shortcuts” add-on couldn’t manage Glad you made it, best wishes for you!