Rojetto / ReNeo

Neo-Tastaturlayouts für Windows
GNU General Public License v3.0
57 stars 11 forks source link

Add support for the Three Layout aka `3l` #73

Closed Rojetto closed 2 years ago

Rojetto commented 2 years ago

3l is a keyboard layout primarily for English language users inspired by a simplification of the Neo layout: https://github.com/jackrosenthal/threelayout

Seeing as their Windows implementation is AHK based, they probably face similar issues as NeoVars did. They might also profit from the more advanced features we have, e. g. we already handle https://github.com/jackrosenthal/threelayout/issues/22. ReNeo should be able to support this layout with a few simple changes:

qwertfisch commented 2 years ago

Small addition: after reloading configuration, the OSK should be updated. Inserting updateOSK(); after line 328 in app.d might be a good location.