Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.0

Index

On this page

You are viewing documentation of version 7.0, which is not included in the latest version. Click here to open the index page for version 18.0.

return statement

return
      

return will tell Keyman to stop processing rules and wait for the next keystroke to come. Keyman will not return to process other groups that called the one with the return statement.

Example
nomatch > return
      
Versions

The return statement was introduced in Keyman 3.0.

Related Topics