wm: doc

Download patch

ref: b1ae27bb29f37bb34463cd7be9ec314dff286a94
parent: 41455fe88cfd217f0652a2d11ce5a99ad183595b
author: Aaron Lin <jrmu@inter9.org>
date: Wed Oct 16 23:41:54 EDT 2024

Add new keybindings

--- a/drawterm-p9.ms
+++ b/drawterm-p9.ms
@@ -14,7 +14,7 @@
 Building from source on Debian
 .P1
 $ sudo apt install libx11-dev libxt-dev
-$ git clone git://git.9front.org/plan9front/drawterm 
+$ git clone https://github.com/9fans/drawterm 
 $ cd drawterm
 $ CONF=unix make
 .P2
@@ -28,6 +28,10 @@
 Replace
 .CW username
 with your actual username.
+
+If you are using drawterm-9front, you may see strange characters appear when typing
+ctrl, alt, and shift keys. You may want to try building it from source to see if
+the problem goes away. Or, you might experiment with the -B flag to disable kbdfs.
 .SH
 Using keyboard keys instead of mouse buttons
 .LP
@@ -47,3 +51,17 @@
 $ xmodmap -e "keycode 68 = Pointer_Button2"
 $ xmodmap -e "keycode 69 = Pointer_Button3"
 .P2
+
+You might also add a few more keybindings for PgUp, PgDn, the Windows key
+(Kmod4 for riow), and Delete.
+
+.P1
+$ xmodmap -e "keycode 70 = Prior"
+$ xmodmap -e "keycode 71 = Next"
+$ xmodmap -e "keycode 72 = Super_L"
+$ xmodmap -e "keycode 76 = Delete"
+.P2
+
+
+
+You might consider putting these in ~/.profile.