Skip to content

Commit

Permalink
Fix typos on the key bindings documentation (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardBSDk authored Oct 26, 2023
1 parent a8fa4f0 commit 90476d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/documentation/key-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ The example below will disable window creation binding in the macos:
[bindings]
keys = [
{ key = "n", with = "super", action = "ReceiveChar" }
}
]
```

`ReceiveChar` will treat the binding as non existent and simply receive the input and put the character into the terminal.
Expand All @@ -257,7 +257,7 @@ Optionally you can ignore/disable completely a binding using `None`. In the exam
[bindings]
keys = [
{ key = "n", with = "super", action = "None" }
}
]
```

If you are missing a key binding that you believe that should be a default in the platform that you are using, feel free to [open an issue](https://github.com/raphamorim/rio).

0 comments on commit 90476d1

Please sign in to comment.