User Tools

Site Tools


manual:Preferences

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:Preferences [2021/11/09 03:31]
peternlewis
manual:Preferences [2022/09/06 01:34]
peternlewis [WebKit Inspector for HTML Prompt]
Line 166: Line 166:
 </​code>​ </​code>​
  
-:!: **Alert**: ​ You should **never** set the max number of items to zero.\\ 
 If you set the max number of items to zero, then the Copy action will fail. If you set the max number of items to zero, then the Copy action will fail.
  
Line 173: Line 172:
 <code bash> <code bash>
 defaults write com.stairways.keyboardmaestro.engine ClipboardFlavorMaximumSize -int 100000000 defaults write com.stairways.keyboardmaestro.engine ClipboardFlavorMaximumSize -int 100000000
 +</​code>​
 +
 +**Multiple Clipboard Separator** (default Return)
 +
 +The separator added if you paste multiple items from the Clipboard Switcher can be configured in the gear menu or set to something else with the command:
 +
 +<code bash>
 +defaults write com.stairways.keyboardmaestro.engine MultipleClipboardSeparator " and "
 </​code>​ </​code>​
  
Line 420: Line 427:
 defaults write com.stairways.keyboardmaestro.engine ReportUpdatesWhenEditorActivates -bool YES defaults write com.stairways.keyboardmaestro.engine ReportUpdatesWhenEditorActivates -bool YES
 </​code>​ </​code>​
 +
 +==== Prompt With List Show All Limit ====
 +
 +
 +You can set the limit for the maximum number of items shown by default in the [[action:​Prompt_With_List|Prompt With List]] action with:
 +
 +<code bash>
 +defaults write com.stairways.keyboardmaestro.engine PromptWithListShowAllLimit -int 100
 +</​code>​
 +
 +When there is more items than this in the list, by default the action will not show the items as the list may be too long to be practical.
  
 ==== WebKit Inspector for HTML Prompt ==== ==== WebKit Inspector for HTML Prompt ====
manual/Preferences.txt ยท Last modified: 2023/11/07 00:14 by peternlewis