mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
keyboard(6): use >> instead of > for caps example (thanks moody)
Using > causes the kbmap file to get truncated, which resets to the default keymap and *THEN* applies the new change. Which is probably not what was intended.
This commit is contained in:
parent
dd820435e9
commit
a288db973c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ key you can get it with:
|
|||
.PP
|
||||
.RS
|
||||
.L
|
||||
cat /sys/lib/kbmap/caps >/dev/kbmap
|
||||
cat /sys/lib/kbmap/caps >> /dev/kbmap
|
||||
.RE
|
||||
.PP
|
||||
The delete character
|
||||
|
|
Loading…
Reference in a new issue