-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Add support for globe key (🌐︎) for macOS/iPadOS/iOS #16651
Comments
|
Hm, pity this issue isn't getting linked from #2179. I'll keep it open just in case it's implemented differently, but I doubt it. |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know. |
any solution? |
Check page 76 -> Table 13-3 HID Consumer Page (0x0C) controls for use by keyboards https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf 0x029D. AC Keyboard Layout Select. ---> Globe Key |
just used this method to flash to my nuphy keyboard, works wonderfully! thanks! |
https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf#page=86 if you don't want to press ⌘F to search for |
Can anyone share a how-to for this? Seems like we have to use |
Look over this discussion: https://gist.github.com/fauxpark/010dcf5d6377c3a71ac98ce37414c6c4 - the current releases already work with the required keycode. |
Things start to get interesting for us at https://gist.github.com/fauxpark/010dcf5d6377c3a71ac98ce37414c6c4?permalink_comment_id=4753144#gistcomment-4753144. Apparently, the behavior is rather buggy. Personally, I think I'm going to stick with caplock-as-globe — I use my usual layout in Linux sometimes, and capslock there works great as a compose key, whereas a globe key would be totally useless. |
This is now even more important since Sequoia uses the globe key for window management. Please add it. Setting Caps Lock as Globe key doesn't work in my case for window management, don't know why. It shows Emojis when pressing it, though. EDIT: You have to let macOS think your keyboard is an offical Apple keyboard to get it to work. What a bummer... Caps Lock + Ctrl + F for Fullscreen works, though. |
Feature Request Type
Description
Now that Universal Control has been released (in beta) for macOS and iPadOS, I'm getting a chance to use my Ergodox EZ on more than just macOS. However, recent versions of iPadOS (and macOS) use a new modifier button — the globe key (🌐︎). On older Mac keyboards, this functionality is shoved onto the fn key, down in the lower left corner of the keyboard.
At any rate, having a binding for the globe key on macOS is somewhat useful. If your Mac has one, then the keyboard shortcut for
Full Screen
will be the simple 🌐︎F instead of ⇧⌘F or ⌥⌘F or whatever it is depending on the application. On iPadOS, having a globe key is even more useful — 🌐︎S will open Siri, 🌐︎← will show the previous application, etc.However, when browsing https://docs.qmk.fm/#/keycodes, I don't see any "globe" or "fn" key listed. Any idea if it'd be possible to add this sort of key to
qmk_firmware
? I ask, in part, because I've never seen support for Apple's fn keys — which might mean it's some kind of never-before-been-emulated keycode that nobody's been able to tap into, see, and emulate.The text was updated successfully, but these errors were encountered: