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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -