Fabi019 / hid-barcode-scanner

Android app for scanning barcodes and sending them to a PC by emulating a bluetooth keyboard.
GNU General Public License v3.0
82 stars 14 forks source link

Add French (BE) keyboard layout #304

Open ocarios opened 1 month ago

ocarios commented 1 month ago

Could you add French (BE) in the keyboard layout list ?

WinLin97 commented 1 month ago

Hello,

You can try to do it by yourself - just prepare your layout file.

I've added a few days later layout for Poland (Polish Programmer) and I have some problems with it. For everyone who want to add own layouts I writed little instruction in file: pl.layout

If you don't want to wait or do it yourself, you will have to wait for this feature to be added :)

Edit: Oh I see... That's AZERTY. For French (Belgian) we probably must prepare a new base.layout?

Fabi019 commented 1 month ago

The AZERTY layout can be done by redefining the keys in the new layout. This will then override the key from the base layout. A standard french keyboard does already exist (fr.layout), depending on the differences that could be a good starting point.