Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Explorer Mouse und Extrabuttons [gelöst]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
BuLLy
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2004
Posts: 79

PostPosted: Tue Oct 26, 2004 5:21 pm    Post subject: Explorer Mouse und Extrabuttons [gelöst] Reply with quote

Hallo.

Ich hab das Howto für die MS Explorer Mouse und die Extrabuttons schon gelesen und befolgt. Wenn ich mich aber genau ans das Tutorial halte, dann kann ich mit dem Scrollrad zwar scrollen, aber die Extrabuttons funktionieren dann auch zum hoch und runterscrollen... :(

Ich hab jetzt mal in der /etc/X11/xinit/xinitrc
exec xmodmap -e "pointer = 1 2 3 6 7 4 5" &
eingetragen und kde mit startx gestartet.
Dann funktioniert es. Ich kann mit dem Scrollrad scrollen und mit den Mousebuttons im Firefox vor und zurück. Wenn ich jedoch kde über xdm starte, dann ist es vertauscht: scrollen mit den Buttons und vor und zurück mit dem Rad.
Das Komische ist ja, dass es ohne imwheel funktioniert...

Wie kann ich es einstellen, dass ich, wenn xdm kde startet und ich mich im kdm eingeloggt habe, die Buttons für vor und zurück und das Scrollrad für Scrollen eingestellt ist?

gruß BuLLy


Last edited by BuLLy on Tue Oct 26, 2004 7:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
reptile
Guru
Guru


Joined: 19 Nov 2002
Posts: 363

PostPosted: Tue Oct 26, 2004 5:47 pm    Post subject: Reply with quote

shellscript erstellen:

xmodmap:
Code:

#!/bin/bash
xmodmap -e  "pointer = 1 2 3 6 7 4 5" &


das script dann ausführbar machen und in
Code:
$HOME/.kde/Autostart
ablegen.

hth
Back to top
View user's profile Send private message
BuLLy
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2004
Posts: 79

PostPosted: Tue Oct 26, 2004 6:29 pm    Post subject: Reply with quote

Cool! Das funktioniert wunderbar...! Danke!
Weißt du vielleicht auch, wie ich für die Extrabuttons jetzt noch programmspezifische Einstellungen mache? Z.B. im XMMS mit einem ein Lied vor und mit dem anderen ein Lied zurück.

gruß BuLLy
Back to top
View user's profile Send private message
schmutzfinger
Veteran
Veteran


Joined: 26 Oct 2003
Posts: 1287
Location: Dresden/Germany

PostPosted: Tue Oct 26, 2004 6:48 pm    Post subject: Reply with quote

Ja habe gerade festgestellt das man für firefox gar kein imwheel mehr braucht, das geht auch wenn imwheel aus ist. Früher brauchte man es noch. Ich schreibe dir mal meine .imwheelrc und den befehl zum imwheel starten.

~/.kde/Autostart/imwheel.sh
Code:

#!/bin/sh
imwheel -k -b "67" >& /dev/null


~/.imwheelrc
Code:

".*Mozilla*"
None,Up,Alt_L|Left
None,Down,Alt_L|Right
".*MPlayer*"
None,Up,9
None,Down,0
".*Konqueror"
None,Up,Alt_L|Left
None,Down,Alt_L|Right
".*tvtime*"
None,Down,plus
None,Up,minus
".*XMMS*"
None,Down,b
None,Up,z

keine schlechte idee das mit dem xmms, hab ich gleich mal eingebaut :)
Back to top
View user's profile Send private message
BuLLy
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2004
Posts: 79

PostPosted: Tue Oct 26, 2004 7:17 pm    Post subject: Explorer Mouse und Extrabuttons [gelöst] Reply with quote

Danke! *freu*
Endlich... Jetzt kann ich meine Maus endlich wie unter W2k nutzen... Ich dachte schon, es wäre nicht möglich ;)

gruß BuLLy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum