-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Feature request: Hyper, MEH and Copilot #2339
Comments
In order to understand the scope of changes that should go into something like #2341, I think it would be helpful to elaborate a bit more on this issue. Specifically, I am curious on how you think a new approach with specific defines like suggested would improve upon the status quo of combining individual modifier functions+modifier keycodes to achieve the same function. As far as I can tell, the issue definition doesn't address this specifically. This is documented in https://zmk.dev/docs/codes/modifiers#modifier-functions, with examples showing combinations of modifiers. Do you think improving the docs on the existing approach would help? For example, we could add pointers on defining Hyper modifier and modifier functions that people could use in their keymaps. |
I don't have an opinion on MEH and HYPER. But I see merit in adding a copilot key. The main argument here is that users don't need to know what it maps to in order to productively use it. (This is different to HYPER etc, which still require knowledge of what modifiers they map to in order to define shortcuts using them on the OS side). |
As stated previously, (left) Regardless of whether additional keycodes are added: I think it's very reasonable to document Microsoft's use of |
I agree that the same logic applies to The point I was trying to make is that I see (more) merit in having a On the other hand, exposing a |
|
I Use MEH for some shortcuts because Microsoft claimed hyper as the office key. I have a copilot alias of in my personal zmk-config repo |
Defining Hyper and MEH etc also makes it easier to usein keyboard editor, I would think. |
Thinking on this some more, I think it would make more sense for the defines to be either a part of or something akin to urob's zmk helpers. I'm not sold on having this directly in ZMK as it's mostly a convenience thing, but it would work nicely as an optional convenience add-on. It might be nice to document certain keyboard shortcuts such as |
The copilot key combination can be documented as an example under modifier functions. |
Users can easily define C macros in their keymap. This feature is unnecessary. I don't think we should use any copyrighted/brand names in the document either. |
I do understand the argument against Copilot. That would also fly for the Windows key. Regarding these defines, QMK has them. QMK even has two modifier combinations like I had in my original proposal. Yes users can define a lot in their keymap. That is how this started. The keyboard setup I use, uses the same defines from my keymap, not from this proposal. As stated earlier, I only think for keyboard editors having such defines by default would make it a bit easier. I am happy to use my defines in my keymap. I lf anybody wants to take this further go ahead. |
I would suggest taking your earlier PR and turning the content into a [ZMK module](https://zmk.dev/docs/features/modules), moving the docs changes
into the readme. Then you could also add the 2 and 3 modifier combinations
back. Once we have a centralised place to collect modules, it could then be
listed under there so that interested users can find it.
What would be your thoughts on that solution?
|
I would like to add a few defines for combinations of modifiers, such as
Based on an earlier version of the related merge request:
For all combinations an all left and an all right should exist, e.g.
LHYPER
andRHYPER
For all combinations a variant with a key should exist, e.g.
LHYP(key)
andRHYP(key)
Proper documentation should be provided.
This allows:
Hyper X
for Excel andHyper O
for Outlook.Hyper L
starts the LinkedIn webpage. When office is not installed the web version will be started.The text was updated successfully, but these errors were encountered: