Small Improvement for Keyboard Shortcut Docs

I just found the App IDE Keyboard Shortcut docs. I'm sure it's just another invisible thing that's been there forever, but I noticed the use of the MOD key and was puzzled for a bit. There are more than 1 modifier keys, some different for windows/mac:

  • Shift
  • Ctrl / Command ( )
  • Alt / Option
  • Windows Key / if it works on mac probably Command ( )
  • fn / Super

I honestly wasn't going to say anything until I noticed some contradiction or something:
image

then I noticed at the bottom of the page they use CTRL, making me wonder if every instance of MOD is CTRL or not.
image
where now it uses `CTRL

Hello @bobthebear!

Interesting find, I haven't looked at the shortcuts page either :sweat_smile:

I just checked and it looks like for me (on Mac) the options in your first screen shot have COMMAND as the button to combine with click.

Which makes me wonder if these values are being displayed dynamically depending on if a user is on Mac vs if you are on a PC and it just gives 'MOD' to let users know they have the optionality to assign the shortcut to any of the modifier keys as you listed out.

Let me know if yours still says MOD and not command/which type of computer you are on.

I don't have a PC handy currently to test.

If the "select multiple" vs "select without interacting" are too similar I can check and see about mapping those in another way (I would think a Click action would count as interacting :stuck_out_tongue_closed_eyes:)

Ah, I found it! Looks like its from Docusaurus, the file is either auto-generated or it's obfuscated and not minified... i'm leaning towards the former since the docs for keyboard-shortcuts aren't exactly a security concern of some sort :joy:

image

PC - Windows 11
Chrome and Edge both display MOD, so I don't think it's a browser interpretation thing.

Great find!

Definitely not browser specific but likely Mac vs PC auto generated :clap: