-
|
I found #1444 which sets hotkeys for marking Notes as Easy, Good or Hard, and I found that I could use the settings for customizing the names of the buttons, but I don't seem to be able to find a way to customize the response keys for Flashcards. I would really like to customize the single key presses from 0, 1, 2, and 3 to q, 2, 3, and 4, for example, so that I don't have to reach across the keyboard when I make a mistake. But the above feature request appears to be designed for marking whole notes with hotkeys that look like they will affect other pages if I, for example, use the letter 'q' anywhere. Am I missing something? I checked the documentation, the roadmap, the issues, and discussions, and found nothing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, there is a setting to enable customizable hotkeys. You can find it on the user interface page in the plugin settings. If you enable that, then you can set your own hotkeys for those actions too😇. But be ware that the default ones wont work while using customizable once, as the obsidian hotkey system doesnt allow for hotkey which dont have a modifier key attached to them😅, which is also why I had to code it this way. |
Beta Was this translation helpful? Give feedback.
Hi, there is a setting to enable customizable hotkeys. You can find it on the user interface page in the plugin settings. If you enable that, then you can set your own hotkeys for those actions too😇.
But be ware that the default ones wont work while using customizable once, as the obsidian hotkey system doesnt allow for hotkey which dont have a modifier key attached to them😅, which is also why I had to code it this way.