diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-04 23:31:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 23:31:54 -0400 |
commit | 94147bfc62edd1c634d03cf0a4a39d7e1944fbbf (patch) | |
tree | b3ed0b80fe581f97f464044ceb3eb1e59bb04abf /docs | |
parent | e559cb2d713b4248697518f6bf3ece2e05b87ab3 (diff) | |
parent | df422e0205a63110094bf8bbe1a839ab52c97abb (diff) |
Merge pull request #156 from CrossR/CrossR/FixSofle
Fix Sofle build.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/feature/keymaps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/feature/keymaps.md b/docs/docs/feature/keymaps.md index d991925..56fc2cc 100644 --- a/docs/docs/feature/keymaps.md +++ b/docs/docs/feature/keymaps.md @@ -55,7 +55,7 @@ in the stack _also_ get the event. ## Behavior Bindings Binding a behavior at a certain key position may include up to two extra parameters that are used to -alter the behavior when that specific key position is activated/deactived. For example, when binding +alter the behavior when that specific key position is activated/deactivated. For example, when binding the "key press" (`kp`) behavior at a certain key position, you must specific _which_ keycode should be used for that key position. |