jasonrudolph / keyboard

⌨ Toward a more useful keyboard
MIT License
2.08k stars 211 forks source link

Which key or key combination implements the CAPS function #83

Closed waynez closed 1 year ago

waynez commented 1 year ago

Hi,

With the CAPS key being mapped to left CTRL, which key or key combination can I use for the CAPS. I do need it from time to time.

Thanks

jasonrudolph commented 1 year ago

:wave: @waynez: I think you can implement something like this using Karabiner-Elements. For example, https://github.com/pqrs-org/Karabiner-Elements/issues/346#issuecomment-463258397 describes a configuration for double-tapping shift to enable caps lock.

I don't personally find myself wanting to enable caps lock, so it's unlikely that I'd add this to jasonrudolph/keyboard, but I hope the pointer above is helpful.

waynez commented 1 year ago

Thanks @jasonrudolph for the pointer! It does sound inspiring.