osx - Supporting keyboard shortcuts while typing into NSTextView? -


this more best practices/usability question around behavior of macos apps.

i have app user typing nstextview (think text editor).

i want support few keyboard shortcuts common tasks within app user not need reach mouse click button.

but because user typing text view, bit tricky figuring out combinations available.

  • all single character keys off limits (since user want type character).
  • most cmd+key combinations taken (cmd+c, cmd+left, cmd+right, etc).

what's expected behavior/best practice here?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -