!xmodmap file for Cherry Solar Keyboard.. !(and some humble examples for KDE users) ! ------------------------------------------------------------------------- ! There are some comment lines at the down of the keycodes, ! they are the bindings those I'm using for that keys with 'khotkeys'.. ! Any ideas and improvements would be most welcome. ! A. Murat Eren, meren at uludag.org.tr ! ------------------------------------------------------------------------- ! ! Volume control buttons.. Bottom of the keyboard.. ! keycode 176 = XF86AudioRaiseVolume keycode 174 = XF86AudioLowerVolume keycode 160 = XF86AudioMute keycode 129 = XF86AudioMedia !'amarok' ! ! Multimedia buttons. Top-right of the keyboard. ! keycode 162 = XF86AudioPlay !'DCOP:amarok::player::playPause' keycode 164 = XF86AudioStop !'DCOP:amarok::player::stop' keycode 144 = XF86AudioPrev !'DCOP:amarok::player::prev' keycode 153 = XF86AudioNext !'DCOP:amarok::player::next' ! ! The button family which contains e-mail and calculator buttons.. ! keycode 161 = XF86Calculator !'konsole -e ipython' keycode 236 = XF86Mail !'kmail' keycode 130 = XF86WWW !'firefox' keycode 227 = XF86ModeLock !'DCOP:kdesktop::KScreensaverIface::lock' ! ! Browser buttons.. ! keycode 234 = XF86Back keycode 233 = XF86Forward keycode 232 = XF86Stop keycode 231 = XF86Refresh keycode 122 = XF86Search !for example: ! query=`kdialog --inputbox "Enter the Google query" | awk '{gsub(" ", "+", $0); print "http://google.com/search?num=100&q="$0}'`; firefox "$query" ! ! keycodes for F3, F4 and F5 buttons of the left and F10 button of the right-bottom of the keyboard.. ! These buttons produces native and unique events. You can bind them to anything you want. ! keycode 188 = XF86Launch3 keycode 192 = XF86Launch4 keycode 248 = XF86Launch5 keycode 135 = XF86LaunchA !I think it would be a very nice choice to use this button as the access key for Yakuake :) !v.0.2, 04.12.2005