Native Keyboard Shortcuts

Things I have tried

I have searched in this forum and Obsidian Help but have not found the answer I am looking for.

What I’m trying to do

I am in the process of defining my keyboard shortcuts. Where can I find the list of default keyboard shortcuts that are in place if I do not have any hotkeys defined? For example, Ctrl-Z = Undo, Ctrl-Y or Ctrl-Shift-Z = Redo, Ctrl-A = Select All. I have discovered that if I override Ctrl-Z, it appears that Undo is no longer available. I want to be sure that I do not override a native keyboard shortcut. Or, if I do, I want it to be deliberate.

I found a Codemirror document and this is what I have put together so far. Have I missed anything?

This dataviewjs snippet will display all the hotkeys given that are default and those that you have assigned. Not exactly what you want, but maybe it’s enough for your purposes?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.