Skip to content
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

Consider blocking some remote software? #59

Open
Hou-Xiaoxuan opened this issue Nov 18, 2023 · 2 comments
Open

Consider blocking some remote software? #59

Hou-Xiaoxuan opened this issue Nov 18, 2023 · 2 comments

Comments

@Hou-Xiaoxuan
Copy link

When using remote desktop to access Windows, pressing the Caps Lock key opens the browser with the link 'https://www.microsoft365.com/?from=OfficeKey'. This seems to be due to the implementation mechanism, as testing has shown that pressing Win+Alt+Ctrl+Shift simultaneously also triggers it. Should we consider blocking some remote software in the rules?
like this: (my rule for change input method)

"description": "Use right_shift to switch input sources",
            "manipulators": [
                {
                    "conditions": [
                        {
                            "bundle_identifiers": [
                                "^com\\.teamviewer\\.TeamViewer$",
                                "^com\\.vmware\\.horizon$",
                                "^com\\.vmware\\.fusion$",
                                "^com\\.vmware\\.view$",
                                "^com\\.parallels\\.desktop$",
                                "^com\\.parallels\\.vm$",
                                "^com\\.parallels\\.desktop\\.console$",
                                "^org\\.virtualbox\\.app\\.VirtualBoxVM$",
                                "^com\\.citrix\\.XenAppViewer$",
                                "^com\\.vmware\\.proxyApp\\.",
                                "^com\\.parallels\\.winapp\\.",
                                "^com\\.oray\\.sunlogin\\.macclient$",
                                "^com\\.microsoft\\.rdc\\.osx\\.beta"
                            ],
                            "type": "frontmost_application_unless"
                        }
                    ],
@Hou-Xiaoxuan
Copy link
Author

Hou-Xiaoxuan commented Nov 18, 2023

@Vonng
Copy link
Owner

Vonng commented Nov 19, 2023

It looks like a great feature, If there's no other drawback I'm happy to add it to the default rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants