3

I'm using a software called Notational Velocity for taking notes on my mac. It's great, there's just one shortcut thing I'd like to fix: the software indents with tab key like any other text editor, but when I want to "unindent" (move text to the left) it doesn't work like it does in all other editors (with shift+tab).

I tried to change this from my system preferences but noted that when I try to assing a shortcut with tab key in it, it simply changes focus out of the field I'm typing in, like the tab key does. So, how can I add a new shortcut shift+tab in mac's system preferences? I tried to google it but found no answers. Thanks in advance for help!

With best regards, Juho

Daniel Beck
  • 111,893
Kusti
  • 133

1 Answers1

0

Only Tab key (with/without Shift) is probably too dangerous or interferes with focus control, so they don't support it.

I tried editing the .plist preferences files myself, but even though the menu shows the correct shortcut, its use does not perform the menu command, but changes focus.

Shift Tab

Your options now are to dig into NV source code, or live with indent/unindent using Cmd-] / Cmd-[.

Daniel Beck
  • 111,893