cyberjonny
Active member
- Registriert
- 22 Sep. 2007
- Beiträge
- 9.720
Danke, interessanter Post! Irgendwie sieht das Ding von innen deutlich billiger aus als von außen!
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
eventuell solltest du für die frage einen neuen eigenen fred erstellen wenn du den unterschied nicht weisst, ansonsten kanngestern: Den Unterschied zwischen USB und Bluetooth kennst du schon?
Bei der BT-Variante? Was für Events gibt es, wenn Du den TrackPoint bewegst, während Du den mittleren Mouse-Button gedrückt hältst?Unter Linux produziert die mittlere Maustaste ganz saubere Button 2 Events.
ButtonPress event, serial 37, synthetic NO, window 0x3400001,
root 0x168, subw 0x0, time 18134533, (84,77), root:(84,141),
state 0x0, button 2, same_screen YES
ButtonRelease event, serial 37, synthetic NO, window 0x3400001,
root 0x168, subw 0x0, time 18134533, (84,77), root:(84,141),
state 0x200, button 2, same_screen YES
ButtonPress event, serial 37, synthetic NO, window 0x3400001,
root 0x168, subw 0x0, time 18136473, (84,77), root:(84,141),
state 0x0, button 5, same_screen YES
ButtonRelease event, serial 37, synthetic NO, window 0x3400001,
root 0x168, subw 0x0, time 18136473, (84,77), root:(84,141),
state 0x1000, button 5, same_screen YES
ButtonPress event, serial 37, synthetic NO, window 0x3400001,
root 0x168, subw 0x0, time 18137565, (84,77), root:(84,141),
state 0x0, button 4, same_screen YES
ButtonRelease event, serial 37, synthetic NO, window 0x3400001,
root 0x168, subw 0x0, time 18137565, (84,77), root:(84,141),
state 0x800, button 4, same_screen YES
Section "InputClass"
Identifier "TrackPoint"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true" #Enable wheel emulation for the Trackpoint
Option "EmulateWheelButton" "2" #Use the middle button for the emulation
# Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7" #Map trackpoint X axis to X axis of emulated wheel
Option "YAxisMapping" "4 5" #Map trackpoint Y axis to Y axis of emulated wheel
EndSection