Package: xbindkeys Version: 1.8.2-1 Severity: important
Hello everybody, I am testing the newer xorg packages and after this version upgrade my xbindkeys scheme configuration did not work anymore. I used a configration like this: (xbindkey '(XF86HomePage) "/usr/bin/iceweasel") (xbindkey '(XF86Explorer) "/usr/bin/thunar") But this does not work anymore and makes the complete keyboard break, you see the cursor point flashing but no text comes there when pressing keys. I had to swith back to all manual hardcoded scancodes to get my xbindkeys workign again. I think I swiched driver form xbd to evdev and evdev does not seem work correctly with xbindkeys ... See the attached xbindkeys scheme config that i need to use now the ; ... i want to use but do not work Thanks in advance, Jelle de Jong xbindkeys/unstable uptodate 1.8.2-1 xserver-common/experimental uptodate 2:1.5.3-1 xserver-xorg/experimental uptodate 1:7.4~4 xserver-xorg-core/experimental uptodate 2:1.5.3-1 xserver-xorg-input-evdev/experimental uptodate 1:2.1.0-1 xserver-xorg-input-kbd/experimental uptodate 1:1.3.1-2 xserver-xorg-input-mouse/experimental uptodate 1:1.3.0-2 xserver-xorg-input-synaptics/experimental uptodate 0.15.0+git20080820-1 xserver-xorg-video-intel/experimental uptodate 2:2.6.0-1 -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (990, 'unstable'), (50, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages xbindkeys depends on: ii guile-1.6-libs 1.6.8-6.1 Main Guile libraries ii libc6 2.7-18 GNU C Library: Shared libraries ii libguile-ltdl-1 1.6.8-6.1 Guile's patched version of libtool ii libqthreads-12 1.6.8-6.1 QuickThreads library for Guile ii libx11-6 2:1.1.99.2-1 X11 client-side library xbindkeys recommends no packages. Versions of packages xbindkeys suggests: ii tk8.4 [wish] 8.4.19-2 Tk toolkit for Tcl and X11, v8.4 - pn xbindkeys-config <none> (no description available) -- no debconf information
; back (xbindkey '(m:0x0 c:167) "/bin/true") ;(xbindkey '(XF86Back) "/bin/true") ; forward (xbindkey '(m:0x0 c:167) "/bin/true") ;(xbindkey '(XF86Forward) "/bin/true") ; stop (xbindkey '(m:0x0 c:136) "/usr/bin/xterm -e /usr/bin/sudo /sbin/shutdown -h now") ;(xbindkey '(Cancel) "/usr/bin/xterm -e /usr/bin/sudo /sbin/shutdown -h now") ; refresh (xbindkey '(m:0x0 c:181) "/usr/bin/xterm -e /usr/bin/sudo /sbin/shutdown -r now") ;(xbindkey '(XF86Refresh) "/usr/bin/xterm -e /usr/bin/sudo /sbin/shutdown -r now") ; home (xbindkey '(m:0x0 c:180) "/usr/bin/iceweasel") ;(xbindkey '(XF86HomePage) "/usr/bin/iceweasel") ; email (xbindkey '(m:0x0 c:163) "/usr/bin/icedove") ;(xbindkey '(XF86Mail) "/usr/bin/icedove") ; computer (xbindkey '(m:0x0 c:152) "/usr/bin/thunar") ;(xbindkey '(XF86Explorer) "/usr/bin/thunar") ; calculator (xbindkey '(m:0x0 c:148) "/usr/bin/gcalctool") ;(xbindkey '(XF86Calculator) "/usr/bin/gcalctool") ; mute (xbindkey '(m:0x0 c:121) "/usr/bin/totem --fullscreen") ;(xbindkey '(XF86AudioMute) "/usr/bin/totem --fullscreen") ; stop (xbindkey '(m:0x0 c:174) "/usr/bin/screen -d -m -x radio-screen -X quit") ;(xbindkey '(XF86AudioStop) "/usr/bin/screen -d -m -x radio-screen -X quit") ; previous (xbindkey '(m:0x0 c:173) "/usr/bin/totem --previous") ;(xbindkey '(XF86AudioPrev) "/usr/bin/totem --previous") ; next (xbindkey '(m:0x0 c:171) "/usr/bin/totem --next") ;(xbindkey '(XF86AudioNext) "/usr/bin/totem --next") ; play/pause (xbindkey '(m:0x0 c:172) "/usr/bin/totem --play-pause") ;(xbindkey '(XF86AudioPlay) "/usr/bin/totem --play-pause") ; music (xbindkey '(m:0x0 c:179) "/usr/bin/xfce4-terminal --execute bash /usr/share/pct-thunar-scripts/scripts/play-internetradio $HOME/.shoutcastlive.pls") ;(xbindkey '(XF86Tools) "/usr/bin/xfce4-terminal --execute bash /usr/share/pct-thunar-scripts/scripts/play-internetradio $HOME/.shoutcastlive.pls") ; volume down (xbindkey '(m:0x0 c:122) "/usr/bin/amixer set 'Master' 5%- -q; /usr/bin/amixer set 'Headset' 5%- -q") ;(xbindkey '(XF86AudioLowerVolume) "/usr/bin/amixer set 'Master' 5%- -q") ;(xbindkey '(XF86AudioLowerVolume) "/usr/bin/amixer set 'Headset' 5%- -q") ; volume up (xbindkey '(m:0x0 c:123) "/usr/bin/amixer set 'Master' 5%+ -q; /usr/bin/amixer set 'Headset' 5%+ -q") ;(xbindkey '(XF86AudioRaiseVolume) "/usr/bin/amixer set 'Master' 5%+ -q") ;(xbindkey '(XF86AudioRaiseVolume) "/usr/bin/amixer set 'Headset' 5%+ -q") ; print screen (xbindkey '(m:0x0 c:107) "/usr/bin/scrot") ; (xbindkey '(Print) "/usr/bin/scrot")