Julow / Unexpected-Keyboard

A lightweight virtual keyboard for developers.
GNU General Public License v3.0
1.25k stars 168 forks source link

allow to modmap the fn key #626

Closed alotbsol555 closed 1 month ago

alotbsol555 commented 1 month ago

introduce <fn ...> the same way as <shift ...> inside of <modmap> to map keys for the fn-key via xml without changing the source code.

seems to work straight forward. but maybe this commit broke something even without this pull request:

when building with all current commits in Julow/Unexpected-Keyboard/master, the modmap is only read once on startup of the app. after editing the layout and the modmap xml you have to force quit the app and restart. then everything is up to date. so that is not due to this pull request.