keyboard layers and keyboard shortcuts #163
suliveevil
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I like where this is going but I can't figure out how to cause multiple simultaneous keys to act as a modifier. For example, I'd like to be able to hold
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
keyboard layers and keyboard shortcuts
Think of each modifier key combination as a keyboard layer.
native keyboard layers
You have 15 native keyboard layers with 4 modifier keys.
With 30 normal keys, you get 450 possible keyboard shortcuts.
extended keyboard layers
What if you have 8 modifier keys? 255 layers! This is the power of math/Pascal's Triangle(杨辉三角)!
With 30 normal keys, you get 7650 possible keyboard shortcuts.
Too much to remember, right? This is why you should use hyper layers.
hyper layers
Think of hyper layers as a simplified version of extended keyboard layers.
With 5 modifier keys, you have 31 layers in total.
With 30 normal keys, you get 930 possible keyboard shortcuts.
It doubles native keyboard layers and shortcuts, meanwhile much simpler than extended keyboard layers.
Beta Was this translation helpful? Give feedback.
All reactions