Quote:
Originally Posted by nasser
Kterm v2.2 working OK on PW1, PW3 & KT3.
Only.. If you have a script which calls the kterm executable directly with parameters (usually -e), bypassing kterm.sh, then your'e stuck with the default keyboard images.
To avoid that, you have to pass parameters to the kterm.sh script. But it looks like it has to be re-written to accept parameters. Or am I missing something?
|
Quote:
Originally Posted by baf
Include layout selecting option in your custom script. kterm.sh is just meant to start kterm from kual.
|
KUAL can pass parameters.
or
as baf suggests, use a custom script.
As (now) written:
https://github.com/bfabiszewski/kter...g/bin/kterm.sh
It does not expect parameters.
To submit changes, fixes or whatever: use the features of git/github.
I.E (in general - full directions on github and a zillion places on the 'net):
Clone the repo.
Make a local branch.
Add / Modify as desired.
Issue a pull request. (the author can review in context)
For individuals with open source code, github is free (one of the reasons we use it often).