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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -