View Single Post
Posts: 202 | Thanked: 385 times | Joined on Jul 2018
#380
Random tangent question for anyone - I want to ise modifier keys on Jolla Keyboard, (ctrl, alt, etc). I've dug around in qml files and tweaked layouts, etc, but I get the sense that there's no code to enable those functions with standard Jolla kb. However, I know from using harmattan dev layoit by karin_zhao, https://openrepos.net/content/karinz...oard-harmattan , that it is possible to do it using XT9 handler. Problem is that now I'm using commune port with aarch64, so no XT9 by default, and my XA2 can't help anymore, since it's not aarch64, (I was pulling official files fro there before). So, Obviously it's possible to code the modifier functions into an app, (terminals), but I'm not knowledgeable enough ...
Anyone know how to make it happen? Harmattan dev layout qml uses code called "qtkey" and a silica list view to send the functions through XT9 handler. I tried mamy things to modify default kb handler using similar code, but it either does nothing or breaks kb...
Any ideas appreciated ...