Closed MindlessDreams closed 1 year ago
The reprogramming (or mapping) of buttons on devices is different for just about every device. To add to that there are two reprogramming methods - one persistent and one ephemeral (that resets every time the device goes into a power saving mode).. The Key/Button Actions is for limited ephemeral reprogramming; the Persistent Key/Button Mapping is for persistent reprogramming. The M590 has both but the LIFT (like most newer devices) has only ephemeral reprogramming. I expect that this is a cost-saving measure as the persistent reprogramming needs some sort of persistent memory on the device.
So the net result is that the LIFT does not have the ability to persistently reprogram buttons.
Thank you for your response. Is there a tutorial how to do the ephemeral reprogramming? Would it be reloaded when the Solaar is running?
While Solaar is running it pushes changes to devices when they reconnect after being turned off or going into power-saving mode or for any other reason. So Solaar does ensure that Key/Button Actions changes continue just like any other ephemeral change to device settings.
Thank you, is there a tutorial how to do the ephemeral reprogramming? I suppose this is done via the Rule Editor? Any tutorial for it available? I could not find any. Thank you!
Use the Key/Button Actions setting. Ephemeral reprogramming, however, is very limited. In most cases all you can do is switch one Key/Button for another. So having a button generate control-C is not possible.
You could divert a button and use a rule to generate a different input using rules. Be warned that there will be some lag when using this method. There isn't much tutorial information on rules - you are mostly on your own. But what you probably want is a rule with a Key condition on the Forward Button (probably also for Key up) and a Key press action with Control_L and C as the two keys.
Ok, thank you.
Information
solaar --version
andgit describe --tags
): 1.1.8uname -srmo
): 6.1.9solaar show
for the target device (if applicable):Hello, thank you for the great product! I just got a new Logi LIFT mouse and I hope I can reprogram the buttons. My previous M590 had a dropdown menue to choose from options for each button. The Lift is missing this menu. The report states that the buttons are programmable... My question is - is there anything I can do to get the menu there for the LIFT and if not - is it possible to reprogram the buttons somehow - via the terminal for example - to have Ctrl+C on the Forward button? Thank you!