diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Possible-key-values.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index fbac203..5563078 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -189,3 +189,11 @@ keys. For example: - `:char symbol='љ':q`, which is used to implement `ctrl` shortcuts in cyrillic layouts. + +### Kind `keyevent` + +Defines a key that sends an Android [key event](https://developer.android.com/reference/android/view/KeyEvent). +`<payload>` is the key event number. + +For example: +- `:keyevent symbol='⏯' flags='small':85` |
