PINE64
More useful terminal key layout for phosh's squeekboard - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: More useful terminal key layout for phosh's squeekboard (/showthread.php?tid=9633)

Pages: 1 2 3


RE: More useful terminal key layout for phosh's squeekboard - ryo - 01-15-2022

(01-15-2022, 02:42 AM)arcanemachine Wrote: The dot in the `.local` folder means it's a hidden folder. The folders `squeekboard` and `keyboards` may not exists, so you'll need to use `mkdir` to make them.

I might add:
mkdir -p ~/.local/share/squeekboard/keyboards/
That way you can create both directories in 1 go, and if they already exist, nothing will happen.
And if only "squeekboard" exists but not "keyboards", then only "keyboards" will be created.


RE: More useful terminal key layout for phosh's squeekboard - gilwood - 01-15-2022

Thank you for the clarification. I will give it a try.