Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
667 stars 117 forks source link

How to use SHIFT + ESC to type "~" #37

Open cooper2000 opened 2 years ago

cooper2000 commented 2 years ago

Hey KC_GESC cannot be used, how to use SHIFT + ESC to type "~" (KC_TILDE)

Galzai commented 2 years ago

This is currently not supported, so I'll leave the issue open in case anyone wants to create a PR. As an alternative you can set a layer hold: https://github.com/Galzai/MK32/wiki/Customizable-layouts, and set a layer with the ESC key mapped to ~ in the second layer.

cooper2000 commented 2 years ago

Thank you for your answer. This project is very good, and I look forward to it being more perfect