Skip to content

⌨️ Shortcuts cheatsheet

Stella and Charlie edited this page Nov 7, 2025 · 4 revisions

Shortcuts cheatsheet

Focused note

  • Ctrl+L: Edit title
  • Ctrl+W: Delete note
  • Ctrl+S: Force immediate save (Honestly more of a psychological thing. You dont need this)
  • Ctrl+ period ("."): Emoji menu
  • Ctrl+G or "O": "Gear", "Open", Open menu
  • Alt+Number: Change to corresponding theme
  • Ctrl+M: "Monospace" Toggle monospace
  • Ctrl+ +: Zoom in
  • Ctrl+ = or 0: Standard zoom
  • Ctrl+ -: Zoom out

App wide

  • Ctrl+Q: Quit
  • Ctrl+Q: Show preferences
  • Ctrl+N: New note
  • Ctrl+T: "Toggle" actionbar
  • Ctrl+H: "Hide", toggle scribble mode

Commandline arguments

For flatpak apps you need to run the command as 'flatpak run io.github.ellie_commons.jorts'

  • --new-note or -n: Create a new note. Doesnt take arguments bc i dont know how
  • --new-from-clipboard or -c: Create a note then paste from clipboard. Doesnt work if the app is not already running
  • --preferences or -p: Show preferences
  • --reset-settings or -r: Reset all settings
  • --dump or -d: Dump the content of the storage to stdout as a pretty JSON

May do one to set/remove autostart in the future

Clone this wiki locally