diff options
| author | Euro20179 <56898436+Euro20179@users.noreply.github.com> | 2021-10-04 02:10:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 11:10:20 +0200 |
| commit | 102a0b7cf53045ae4226dceef1ee8195bd7d382b (patch) | |
| tree | 8c0e2db9d6b0603a25aa03699992a4952a5da4b8 /doc | |
| parent | 196c52885f28a9d85483c39f46346167dc839493 (diff) | |
| download | river-102a0b7cf53045ae4226dceef1ee8195bd7d382b.tar.gz river-102a0b7cf53045ae4226dceef1ee8195bd7d382b.tar.xz | |
docs: change Enter to Return
xkbcommon uses `Return` to indicate this key, `Enter` isn't a valid keysym name.
Co-authored-by: Euro <no>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/riverctl.1.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 49fdd34..e0c4753 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -351,9 +351,9 @@ However note that not every input device supports every property. # EXAMPLES -Bind Super+Enter in normal mode to spawn a *foot*(1) terminal: +Bind Super+Return in normal mode to spawn a *foot*(1) terminal: - riverctl map normal Mod4 Enter spawn 'foot --app-id=foobar' + riverctl map normal Mod4 Return spawn 'foot --app-id=foobar' See also the example init script at /etc/river/init. |
