top | item 42567035 (no title) felixg3 | 1 year ago Unfortunately very specific to QWERTY layouts:( discuss order hn newest zamadatix|1 year ago That depends entirely on whether you opt to do the compare by code or key. E.g. in JS KeyboardEvent.code == "KeyW" may resolve true even though KeyboardEvent.key == "W" may resolve false because the user is on AZERTY or what have you. zubairshaik|1 year ago Ergonomic keyboards on software like ZMK or QMK actually change both iirc, so that's a no go for external keyboard users. load replies (1)
zamadatix|1 year ago That depends entirely on whether you opt to do the compare by code or key. E.g. in JS KeyboardEvent.code == "KeyW" may resolve true even though KeyboardEvent.key == "W" may resolve false because the user is on AZERTY or what have you. zubairshaik|1 year ago Ergonomic keyboards on software like ZMK or QMK actually change both iirc, so that's a no go for external keyboard users. load replies (1)
zubairshaik|1 year ago Ergonomic keyboards on software like ZMK or QMK actually change both iirc, so that's a no go for external keyboard users. load replies (1)
zamadatix|1 year ago
zubairshaik|1 year ago