You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way Alt-Tab could differentiate between left and right modifiers?
This would allow a lot of apps to pass through what I imagine are common shortcuts via utilising a non-prefered set of modifiers. e.g. I would love to be able to use Left-CMD-Tab to switch windows with alt tab and then Right-CMD-Tab to cycle tabs in my browser or other applications. Others may prefer to use Right-CMD for AltTab and be able to fall back to their mac default when they're using that.
A quick google&github search yields the following snippets which might be one route but I have no background in swift, if this gets 10 reactions from others that would find this useful and someone @'s me I'll contribute it anyway :)
My initial (probably horrid) idea for UI is to add a simple dropdown in the same section as the modifier key which allows selecting from:
Both - Both modifiers will trigger the shortcut
Left - Only the left hand modifiers will trigger the shortcut
Right - Only the right hand side modifiers will trigger the shortcut
Here is a very quick and dirty mockup I made in preview by copying and pasting the ui elements:
Please upvote to encourage me to be productive here 👍🏻
The text was updated successfully, but these errors were encountered:
This is an interesting idea. I'm not sure if it's doable at a fundamental level. I'm not sure all keyboards send different signals for left or right modifiers.
In any case, we use the great ShortcutRecorder library to handle shortcut capture/customization in the Preferences. You'll have to work there to achieve this ticket. I suggest you get in touch with the main maintainer before moving forward. This will also help clarify if he will merge your PR, or if we will need to add your commits to my fork of the repo.
Uh oh!
There was an error while loading. Please reload this page.
Is there any way Alt-Tab could differentiate between left and right modifiers?
This would allow a lot of apps to pass through what I imagine are common shortcuts via utilising a non-prefered set of modifiers. e.g. I would love to be able to use Left-CMD-Tab to switch windows with alt tab and then Right-CMD-Tab to cycle tabs in my browser or other applications. Others may prefer to use Right-CMD for AltTab and be able to fall back to their mac default when they're using that.
A quick google&github search yields the following snippets which might be one route but I have no background in swift, if this gets 10 reactions from others that would find this useful and someone @'s me I'll contribute it anyway :)
My initial (probably horrid) idea for UI is to add a simple dropdown in the same section as the modifier key which allows selecting from:
Here is a very quick and dirty mockup I made in preview by copying and pasting the ui elements:

Please upvote to encourage me to be productive here 👍🏻
The text was updated successfully, but these errors were encountered: