I try to get xbindkeys working. Not successfully, as you may guess.
It seems to me that xbindkeys always needs a modifer key pressed,
i.e. shift, alt, control ...
I want to be able to bind a command (xte, but thats a different
problem:)
to Mouse button (pressed) + key. No modifier involved.
Does anyone know a program that can do this?
thanks
memnon
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
You could try any of these: keylaunch, hotkeys, idesk, or bbkeys.
The fluxbox and sawfish window managers also have built-in hotkey support.
> You could try any of these: keylaunch, hotkeys, idesk, or bbkeys.
Thanks for the suggestions.
AFAI could see, they are all less capable than xbindkeys. They do not
even support mouse interaction.
I need [mouse button (pressed)] + [key].
Then, a program should be started.
Any more suggestions?
$ xbindkeys --defaults-guile> ~/.xbindkeysrc.scm
Then in the .xbindkeysrc.scm file, define something like, for example, number '1' key and right-mouse click:
; Using arbitary keypress with mouse button combination.
; This opens firefox or xterm, depending on what key/button is released first
(define-chord-keys '("c:10") '("b:3")
"" "" "firefox" "xterm")
The downside is that it overrides the normal function of the key/button.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org