Editing Arch Teapot Notes 12-02-18

From Chaosdorf Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
Notice: ''if your window manager evaluates the pressed keycodes, nothing will show up.''
Notice: ''if your window manager evaluates the pressed keycodes, nothing will show up.''


The shown keycodes should be placed in <tt>~/.Xmodmap</tt> and loaded on X startup by <tt>xmodmap ~/.Xmodmap</tt>.
The shown keycodes should be placed in <tt>~/.Xmodmap</tt>


Example (ThinkPad X61):
Example (ThinkPad X61):
<source lang="lua">
<source lang="lua">
keycode 113 = XF86AudioMute
keycode 113 = Volume Mute
keycode 114 = XF86AudioLowerVolume
keycode 114 = Volume Down
keycode 115 = XF86AudioRaiseVolume
keycode 115 = Volume Up
keycode 148 = XF86Launch1 # ThinkVantage Button
keycode 143 = FnKey itsel
keycode 163 = XF86AudioNext
keycode 148 = ThinkVantage Button
keycode 164 = XF86AudioPlay
keycode 152 = ScreenLock (Fn+F2)
keycode 165 = XF86AudioPrev
keycode 163 = Media Next
keycode 166 = XF86AudioStop
keycode 164 = Media Play/Pause
keycode 165 = Media Previous
keycode 166 = Media Stop
keycode 191 = Trackpoint/Touchpad Switch (Fn+F8)
keycode 194 = Dock Eject (Fn+F9)
keycode 224 = Brightness Down
keycode 225 = Brightness Up
keycode 227 = Monitor (Fn+F7)
keycode 236 = Battery (Fn+F3)
keycode 238 = WLAN (Fn+F5)
keycode 372 = Fn+Space
</source>
</source>


Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see Chaosdorf Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)