-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In app option to add additional wheel tap configuration to assign existing functions #50
Comments
I had a similar problem where I wanted to map multiple hotkeys of my IDE (SAP ABAP editor) to the crown. |
Thanks for sharing, interesting. The screenshot is that the also example of the plugin or just to demo the custom overlay menu? Can you share the plugin example please? |
That screenshot is from the actual plugin being used in the target program (wfica32.exe). What you need to do is create a subfolder in folder resources. That subfolder must have the same name as your target program and contains the guid.json file and guid folder but also a tooloptions.json file. It's this tooloptions.json file that has the virtual key mapping. After building the solution you must copy the guid folder to LogiOptionsPlugins and install the profile in Logitech Options (as described in SDK). You can then start your executable and it will run in background (you will see it in task manager). If you named your executable the same as the target program, the plugin will become active when you use the target program. Let me know if you need additional info/help. |
I would like to have more than one function assigned to the turning of the wheel, ideally even with ratchet mode. It seems a waste to only be able to change the function and only have one assigned to it, when it can support multiple ones that can be cycled through by tapping the wheel. This alone for existing function should not require a plugin to be created for, rather it should be provided by Logitech out of the box so the existing function can be utilised and ideally differentiate between a regular tap category or ratchet mode.
Shouldn't be too hard to have an interface to select adding an additional function, choose one of the functions that is supported by the main one, choose an icon that gets used for when taping the wheel.
(unfortunately the press and turn's function is limited to what is set under All applications, thus can be configured specifically to an app, which is also bit of a waste)
The text was updated successfully, but these errors were encountered: