01-15-2022, 02:42 AM
(01-03-2022, 03:32 PM)gilwood Wrote: Linux noobie here. Have a copy of file terminal.yaml. Where do I download it to? You pros make it sound sooooo easy.
From the first post in the thread: "~/.local/share/squeekboard/keyboards/ (create if necessary)"
Using the terminal:
The tilde (~) means your user's home directory, e.g. "cd ~" will go to your home directory. So it's in "[home_dir]/.local/share/squeekboard/keyboards".
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.