dhowland / EasyAVR

Easy AVR USB Keyboard Firmware and Keymapper
GNU General Public License v2.0
533 stars 86 forks source link

Feature request: Mod one time only. #94

Closed RuanoK closed 4 years ago

RuanoK commented 4 years ago

Feature request: Mod one time only.

I want to press the "shift" key once and release it, then press a normal key and run in capital letter only that first time.

Thank you in avance.

dhowland commented 4 years ago

Yes this was asked on geekhack too. I think it's a good idea. I gave it some cursory thought and I think basic sticky keys should be doable without a huge impact to memory usage (memory usage is the main constraining factor on this project)

dhowland commented 4 years ago

I have implemented this feature. A few more days of testing and it will show up in the repo.

dhowland commented 4 years ago

tested, seems to be working