mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fixed a whitespace issue on the console page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d9e7e0a5bb
commit
eccb0c75f6
@ -74,7 +74,7 @@ only for i386 keymaps):</para>
|
||||
<para>If you see that keycode 14 is Backspace and not Delete,
|
||||
create the following keymap snippet to fix this issue:</para>
|
||||
|
||||
<screen><userinput>mkdir -p /etc/kbd & & cat >/etc/kbd/bs-sends-del <<"EOF"
|
||||
<screen><userinput>mkdir -p /etc/kbd && cat >/etc/kbd/bs-sends-del <<"EOF"
|
||||
keycode 14 = Delete Delete Delete Delete
|
||||
alt keycode 14 = Meta_Delete
|
||||
altgr alt keycode 14 = Meta_Delete
|
||||
|
Loading…
Reference in New Issue
Block a user