Skip to content

Custom keyboard shortcuts

Matt Sephton edited this page Jun 19, 2019 · 2 revisions

Using System Preferences

You can assign your own keyboard shortcuts to any menu item using:

System Preferences > Keyboard > Shortcuts

  • Here I am choosing to use Cmd+K to insert a Link in the current note:

    Untitled

  • which shows as:

    Screen shot 2019-05-31 at 12 11 15

  • and in FSNotes:

    Screen shot 2019-05-31 at 12 11 32

Using Terminal

If you want to use Cmd+Delete for "delete text to beginning of line" you can change the "delete note" hotkey to Cmd+Shift+Delete. This can be done in Terminal as follows:

defaults write co.fluder.FSNotes NSUserKeyEquivalents -dict-add 'Delete' '@$\U0008';