diff options
author | sabetts <sabetts> | 2001-03-12 01:10:48 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-12 01:10:48 +0000 |
commit | 63e226ae9eec6ca3cdaa5bfdc530d51121594a93 (patch) | |
tree | 8eacee028d2f7ae5143440c41e7cfcc3d239c247 /doc/ipaq.ratpoisonrc | |
parent | 0f1f9aa36796a34d01fb101c5ff5f0875104689e (diff) | |
download | ratpoison-63e226ae9eec6ca3cdaa5bfdc530d51121594a93.zip |
merged rel-0-1-0 branch
Diffstat (limited to 'doc/ipaq.ratpoisonrc')
-rw-r--r-- | doc/ipaq.ratpoisonrc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/ipaq.ratpoisonrc b/doc/ipaq.ratpoisonrc new file mode 100644 index 0000000..c57afab --- /dev/null +++ b/doc/ipaq.ratpoisonrc @@ -0,0 +1,33 @@ +# .ratpoisonrc for an iPaq36xx handheld pc running Linux +# +# $Id: ipaq.ratpoisonrc,v 1.2 2001/03/12 01:10:48 sabetts Exp $ + + +# make the "audio record" button the escape key: + +# Note: use XF86AudioRecord instead of the hex value if its available +# on your system +escape 0x1008ff1c + +# the "speaker" buttons +bind Up exec rxvt +bind Down windows +bind Left prev +bind Right next +bind KP_Enter echo + +# the power button should be reserved? +# Note: use XF86PowerDown if its available on your system +bind 0x1008ff21 version + +## the four buttons under the screen: + +# Note: use XF86Calendar if its available on your system +bind 0x1008ff20 exec xcalc + +bind telephone exec contacts + +bind Menu echo + +# Note: use XF86Start if its available on your system +bind 0x1008ff1a clock |