Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. # iA Writer Keyboard Commands
  2.  
  3. I didn't find a comprehensive list of keyboard commands for iA Writer. So, I made one.
  4.  
  5. | Menu Item | Keyboard Command |
  6. | :------------------------ | :--------------: |
  7. | **File Menu** | |
  8. | New | ⌘N |
  9. | New in Library | ⌥⌘N |
  10. | New in Library in Window | ⇧⌘N |
  11. | Open | ⌘O |
  12. | Open Quickly | ⇧⌘O |
  13. | Close | ⌘W |
  14. | Save | ⌘S |
  15. | Save As… | ⇧⌘S |
  16. | Export… | ⇧⌘E |
  17. | Print | ⌘P |
  18. | Print Plain Text… | ⌥⌘P |
  19. | Page Setup… | ⇧⌘P |
  20. | **Edit Menu** | |
  21. | Undo Typing | ⌘Z |
  22. | Redo | ⇧⌘Z |
  23. | Cut | ⌘X |
  24. | Copy | ⌘C |
  25. | Copy Formatted | ⌥⌘C |
  26. | Copy HTML | ⇧⌘C |
  27. | Paste | ⌘V |
  28. | Delete | ⌫ |
  29. | Select All | ⌘A |
  30. | Find… | ⌘F |
  31. | Find Again | ⌘G |
  32. | Find Previous | ⇧⌘G |
  33. | Find and Replace… | ⌥⌘F |
  34. | Search Library | ⇧⌘F |
  35. | Show Spelling and Grammar | ⌘: |
  36. | Check Document Now | ⌘; |
  37. | Start Dictation… | ⌃⌥⇧⌘D |
  38. | Emoji & Symbols | ⌃⌘Space |
  39. | **Format Menu** | |
  40. | Heading 1 | ⌘1 |
  41. | Heading 2 | ⌘2 |
  42. | Heading 3 | ⌘3 |
  43. | Heading 4 | ⌘4 |
  44. | Heading 5 | ⌘5 |
  45. | Heading 6 | ⌘6 |
  46. | Unordered List | ⌘L |
  47. | Unordered Task List | ⌥⌘L |
  48. | Ordered List | ⇧⌘L |
  49. | Ordered Task List | ⌥⇧⌘L |
  50. | Mark Task as Completed | ⌘. |
  51. | Structure>Shift Right | ⇥ |
  52. | Structure>Shift Left | ⇧⇤ |
  53. | Structure>Move Line Up | ⌥⌘↑ |
  54. | Structure>Move Line Down | ⌥⌘↓ |
  55. | Body Text | ⌘0 |
  56. | Strong | ⌘B |
  57. | Emphasis | ⌘I |
  58. | Add Link | ⌘K |
  59. | Add Footnote | ⌃⌘K |
  60. | Clear Styles | ⌥⌘⌫ |
  61. | **View Menu** | |
  62. | Focus Mode | ⌘D |
  63. | Typewriter Mode | ⌘T |
  64. | Syntax>Enable Last Used | ⇧⌘D |
  65. | Night Mode | ⌃⌘N |
  66. | Show Library | ⌘E |
  67. | Show Preview | ⌘R |
  68. | Increase Text Size | ⌘+ |
  69. | Decrease Text Size | ⌘- |
  70. | Enter Full Screen | ⌃⌘F |
  71. | **Window** | |
  72. | Minimize | ⌘M |
  73. | Zoom | ⌃⌥⌘F |
  74.  
  75. ## Emacs keyboard commands which work in iA Writer
  76.  
  77. | Command | Behavior |
  78. | :------ | :--------------------------------------- |
  79. | **⌃K** | Deletes from the cursor to the end of the current line |
  80. | **⌃O** | Inserts a new line after the cursor. The cursor stays in the current line |
  81. | **⌃B** | Moves the cursor one character to the left |
  82. | **⌃F** | Moves the cursor one character to the right |
  83. | **⌃N** | Moves the cursor down one line |
  84. | **⌃P** | Moves the cursor up one line |
  85. | **⌃E** | Moves the cursor to the end of the current line. If you use word wrap, the cursor moves to the physical, not the displayed, end of the current line |
  86. | **⌃A** | Moves the cursor to the beginning of the current line. If you use word wrap, the cursor moves to the physical, not the displayed, beginning of the current line |
  87. | **⌃V** | Scrolls down within the document |
  88.  
  89. ## Additions Made Through KeyboardMaestro
  90.  
  91. There were some menu items which I thought would be improved by adding keyboard commands to them. I used KeyboardMaestro to add them to iA Writer.
  92.  
  93. | Additions Made Through KeyboardMaestro | |
  94. | :------------------------------------- | :--: |
  95. | Add Table of Contents | ⌃C |
  96. | Add Page Break | ⌃P |
  97. | Add Horizontal Rule | ⌃R |
  98. | Add Table | ⌃T |
  99.  
  100. macosxguru at the gmail thingie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement