Powerful and highly functional startpage integrated with chatGPT and hidden under the super minimalistic and animated design (static/hosted/github pages)
Added support for every keyboard with macros by using e.key instead of e.code
Why ?
Using e.code returns the QWERTY key. For instance, pressing "Z" on a AZERTY keyboard would return "W"
Added support for a single char in key: option in config.js
Why ?
Due to this change, e.code returns the value of the key pressed (e, a, ...) instead of KeyE, KeyA, ....
Chevron will keep supporting of KeyX in order to avoid breaking updates
Added support for every keyboard with macros by using
e.key
instead ofe.code
Added support for a single char in
key:
option inconfig.js
key:
option inconfig.js
is now case-insensitive