dummy-decoy / flipperzero_badusb_kl

keyboard layout file generator for the badusb application of the flipperzero device
MIT License
91 stars 6 forks source link

ASCII Extended Spanish (+126) #7

Closed cansi22 closed 2 years ago

cansi22 commented 2 years ago

This program is limited to "ascii(32) and ascii(126)"

In spanish we use some extended ASCCI

image

image

dummy-decoy commented 2 years ago

Thanks for your remark.

Almost any language from western europe, except english uses extended ascii.

This software is specifically limited to this subset for 3 reasons:

so, it is possible to support more ascii, but that's for later. let's already see how those mapping work with the current state of the device.

(for more information about extended ascii and the problems around supporting it, please have a look at https://en.wikipedia.org/wiki/Extended_ASCII )