User Tools

Site Tools


Text_Fields

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
Text_Fields [2015/07/03 05:15]
peternlewis created
Text_Fields [2019/07/01 01:08]
peternlewis [Text Fields]
Line 1: Line 1:
-Keyboard Maestro has two very distinct types of fields: text fields and numeric fields.+====== Text Fields ======
  
-The difference is usually obvious. Numeric ​fields ​start out small, and have the double arrows next to them:+Keyboard Maestro has two very distinct types of fields: ​text fields and numeric fields. ​ Most text fields are text token fields. Most numeric fields are calculation fields.
  
-{{ :action:​numericfieldsmall.png?​nolink |}}+===== Numeric Fields ===== 
 + 
 +Numeric fields start out small, and usually have double arrows stepper next to them: 
 + 
 +{{ action:​numericfieldsmall.png?​nolink&​587x31 ​Small Stepper Numeric Field }}
  
 and then expand to allow more text if you type something other than a simple number: and then expand to allow more text if you type something other than a simple number:
  
-{{ :action:​numericexpanded.png?​nolink |}}+{{ action:​numericexpanded.png?​nolink&​587x55 ​Expanded Numeric Field }}
  
-Numeric fields have a numeric ​expression in them, which can include variables and functions. Eg "Count + 2 * DOW()"​. To use a variable in a numeric field, you use it as is, without any adornment.+They are designed to allow you to enter specific ​numeric ​value. In these fields, you can type a raw calculation, which can include variables and functions. Eg "Count + 2 * [[function:​DOW|DOW()]]". To use a variable in a numeric field, you use it as is, without any adornment
 + 
 +As soon as you type anything other than a digit, they expand to a larger size to allow for a calculation. Calculation fields never use percent text tokens.
  
 If the function is invalid, it will highlight in red. Keep in mind that the expression may be invalid simply because a variable it references does not yet have a value. If you have not set the Count variable to a value, then the above action would look like this: If the function is invalid, it will highlight in red. Keep in mind that the expression may be invalid simply because a variable it references does not yet have a value. If you have not set the Count variable to a value, then the above action would look like this:
  
-{{ :action:​numericerror.png?​nolink |}}+{{ action:​numericerror.png?​nolink&​587x55 ​Error Numeric Field }}
  
-This is nothing inherently wrong with the action - the variable Count just does not currently have a numeric value.  ​In v7.0+, expressions ​that are invalid only because a variable is not currently valid will show in orange instead of red.+This is nothing inherently wrong with the action - the variable Count just does not currently have a numeric value.  ​Expressions ​that are invalid only because a variable is not currently valid will show in orange instead of red.
  
-You can insert functions into numeric fields using the *Edit ➤ Insert Function* menu. In v7.0+ if you hold the option key down while selecting a function, you will get help on that function (from this wiki).+You can insert functions into numeric fields using the *Edit ➤ Insert Function* menu. If you hold the option key down while selecting a function, you will get help on that function (from this wiki).
  
-Text fields, on the other hand, start out larger. They may be single line, or multi-line, and may expand to more lines to fit (within limits) the content. Text fields process text tokenswhich you can insert using the ''​Edit ➤ Insert Token" ​menu. They also process backslash characters (eg \r, \n, \t, etc) (except in regular expression fields). Text fields can include the values of variables by using the Variable token, eg:+===== Text Fields ===== 
 + 
 +Text fields, on the other hand, start out larger. They may be single line, or multi-line, and may expand to more lines to fit (within limits) the content. Text token fields process ​[[:Tokens|text tokens]] which are marked with percents, like *%CurrentClipboard%* or *%Variable%My Variable%* and typically (but not always) have an Insert Token pull down menu.  They also process backslash characters (eg `\r``\n``\t`, etc) (except in regular expression fields). Text fields can include the values of variables by using the Variable token, eg:
  
 {{ :​action:​tokenfield.png?​nolink |}} {{ :​action:​tokenfield.png?​nolink |}}
  
-You can use a calculation in a text field using the Calculate text token, eg %Calculate%1+2%.+You can use a calculation in a text field using the Calculate text token, eg *%Calculate%1+2%*.
  
-You can insert text tokens into text fields using the *Edit ➤ Insert Token* menu. In v7.0+ if you hold the option key down while selecting a token, you will get help on that token (from this wiki).+You can insert text tokens into text fields using the *Edit ➤ Insert Token* menu. If you hold the option key down while selecting a token, you will get help on that token (from this wiki). 
 + 
 +Text token fields also process %NN% or %NNNN% or %NNNNNN% as arbitrary hex unicode characters (eg %41% is an A, %01F300% is 🌀), and (except for regular expression fields) process backslashed characters \a,​\b,​\e,​\f,​\t,​\r,​\n (bell,​backspace,​escape,​form feed,​tab,​return,​line feed). 
 + 
 +Text tokens can also include the [[manual:​Tokens#​Text_Case_Conversions|Text Case Conversion]] characters like `\U` and `\L`. 
 + 
 +In most text fields, you can select (in the BUTTON{{{⚙}}} menu) whether to process normally, or just tokens (not backspashed characters) or do no text processing at all.  Alternatively,​ to include a percent in your text, simply double the percent (%%). To include a backslash \ in your text, double the backslash (\\). 
 + 
 +===== Script Fields =====
  
 Almost every field in Keyboard Maestro actions is either a numeric field or a text token field. The major exceptions are script fields. ​ Scripts are not processed for text tokens, they must access variables through [other means](http://​www.keyboardmaestro.com/​documentation/​6/​scripting.html). Almost every field in Keyboard Maestro actions is either a numeric field or a text token field. The major exceptions are script fields. ​ Scripts are not processed for text tokens, they must access variables through [other means](http://​www.keyboardmaestro.com/​documentation/​6/​scripting.html).
  
-Prior to version 7.0, the Select Menu Item action did not process text tokens, but it had its [[action:Select_Menu_Item|own processing methods]].+===== See Also ===== 
 + 
 +=== Tokens === 
 + 
 +* [[token:​LineFeed|%Linefeed%]] 
 +* [[token:​Return|%Return%]] 
 +* [[token:​Space|%Space%]] 
 +* [[token:​Tab|%Tab%]] 
 +* [[:​Tokens|See all Tokens]] 
 + 
 +==== Topics ==== 
 + 
 +* [[:​Frequently Asked Questions|FAQ]] 
 + 
 +==== Forum ==== 
 + 
 +- [[https://​fhttps://​forum.keyboardmaestro.com/​t/​opening-links-in-a-different-browser/​206/​7|Opening links in a different browser]] 
 + 
 +[[https://​forum.keyboardmaestro.com/​t/​insert-by-typing-inserting-a-r-into-vim-substitution/​3945|Insert by typing: Inserting a \r into vim substitution]] 
 + 
 +- [[https://​forum.keyboardmaestro.com/​t/​how-to-insert-return-between-appended-clipboard-snippets/​5862/​2|How to Insert RETURN between appended clipboard snippets]] 
Text_Fields.txt · Last modified: 2022/11/30 22:35 by ccstone