pwr-Solaar / Solaar

Linux device manager for Logitech devices
https://pwr-solaar.github.io/Solaar
GNU General Public License v2.0
5.54k stars 409 forks source link

How to navigate forward/backward with Gestures? #2530

Closed membersound closed 4 months ago

membersound commented 4 months ago

I want to act mouse gestures on the forward/backward button, eg in the browser. But nothing happens: image

If I change the key to a single key, eg "Key X Press", then the letters are typed correctly on mouse gesture. So the gesture in general works.

But somehow the combination of ALT+Arrow does nothing. What could be the problem?

solaar --version solaar 1.1.9+dfsg-1

uname -srmo Linux 6.5.0-35-generic x86_64 GNU/Linux

cat ~/.config/solaar/config.yaml
- 1.1.9+dfsg-1
- _NAME: MX Anywhere 3S
  _absent: [hi-res-scroll, lowres-scroll-mode, scroll-ratchet, thumb-scroll-invert, thumb-scroll-mode, onboard_profiles, report_rate, pointer_speed, speed-change,
    backlight, backlight-timed, fn-swap, persistent-remappable-keys, disable-keyboard-keys, crown-smooth, divert-crown, divert-gkeys, m-key-leds, mr-key-led,
    multiplatform, gesture2-gestures, gesture2-divert, gesture2-params, sidetone, equalizer, adc_power_management]
  _battery: 4100
  _modelId: B03700000000
  _sensitive: {divert-keys: false, hires-smooth-invert: false, reprogrammable-keys: false, smart-shift: false}
  _unitId: 91E9C425
  change-host: null
  divert-keys: {82: 0, 83: 0, 86: 0, 196: 2}
  dpi: 1500
  hires-scroll-mode: false
  hires-smooth-invert: false
  hires-smooth-resolution: false
  reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 196: 196}
  smart-shift: 12
pfps commented 4 months ago

The name to use for the key that is for rightwards motion is Right. The rightarrow key is a key on some (a very few) keypads that produces a rightarrow character.

membersound commented 4 months ago

Thank you so much!