-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cmd+Click, Shift+Click, Ctrl+Click, Mod+Click not working #75
Comments
Check the FAQ item in the [Wiki page] about the “suspend” timeout. If you can hold the keys for at least one second before clicking and it works that’s your issue. (Editing 2024-06-19: Link changed to point to new Wiki page instead of README.) Reducing the suspend timeout may require the Firefox menu fix described just below that in the [Wiki page]. |
Well, first thank you for leading me the correct way. Yes, it works if I hold the Shift+Cmd for at least 1 second and then click the link. But the problem is that I don't use a trackpad but a mouse. The README says the following; The suspend timer scheme works well for mouse usage, letting you do things like Alt+click, Ctrl+click/Cmd+click and Shift+click, but with a touchpad, you may need to reduce the one-second timer to zero or 0.1 seconds in order for those operations to work as you would expect. It seems like this might not be true in my case because I'm using a mouse, not a trackpad. It's not a big deal and I'm going to reduce the one-second timer to zero but I wanted to inform you that the mouse is also affected by this issue. Thanks. |
You're right, I need to modify the FAQ entry. I was operating from a limited understanding of the situations where the suspend timeout works and doesn't work. Other users have said they had the same problem, and were using a regular mouse. I didn't write the keymapper, and I'm not that familiar with how that part of it works. Thanks for trying Toshy. 👍🏽 |
Thanks for your report. I rewrote the FAQ entry so it should be less confusing. (Editing 2024-06-19: Link changed to point to new Wiki page instead of README.) Closing as resolved. |
Didn't seem to work for me. Unable to mod/cmd click links to open in a new tab as expected. To verify, edit the timeouts(
multipurpose = 1, # default: 1 sec
suspend = 0.1, # default: 1 sec, try 0.1 sec for touchpads/trackpads
) then run (Also, the link moved to the wiki) |
@pythoninthegrass This line in your comment is peculiar. The name of your config file should be |
D'oh! You hit the nail on the head. It wasn't obvious which one to edit.
Thanks for your help @RedBearAK ! |
To be clear, the edited line is still referencing the default-toshy-config/toshy_config.py This is the original default config that gets copied to the main folder by the Toshy installer. It does all the Mac-like remaps. default-toshy-config/toshy_config_barebones.py This one gets copied to the main folder and renamed "toshy_config.py" if you use the "barebones" installer option to avoid all the Mac-like keyboard shortcuts and make your own clean config: ./setup_toshy.py install --barebones-config But generally nobody should need to look in that toshy-config-verbose-start |
These terminal commands may provide helpful info:
Problem observed: Shift+Cmd+Click and Cmd+Click on a link not working in Firefox 116.0.3 (64-bit). Shift+Cmd+Click should open the link in a new tab where Cmd+Click should open in a new background tab but both those shortcuts not working. It always opens the link in the current tab. ONLY the following settings are active;
The text was updated successfully, but these errors were encountered: