← Back to team overview

ubuntu-phone team mailing list archive

Re: terminal-app small keyboard change

 

El día Tuesday, April 21, 2015 a las 10:35:21PM +0200, Filippo Scognamiglio escribió:

> Hi Matthias,
> 
> you can define your own keyboard layouts if you want. I wrote a blog post
> not long ago on the subject:
> https://swordfishslabs.wordpress.com/2015/02/27/json-profiles-in-ubuntu-terminal-app/

Hi Filippo,

Thanks for your hit;

I created in my BQ the following file:

phablet@ubuntu-phablet:~$ cat ~/.config/com.ubuntu.terminal/Layouts/enter.json 
{
    "name" : "An additional Enter",
    "short_name" : "ENT",
    "language" : "es_ES.UTF-8",

    "buttons" :  [
        {
            "main_action" : {
                "type": "key",
                "text": "ENT",
                "type": "Enter"
            }
        }
    ]
}

And now, what should happen exactly if I, for example, re-launch the
terminal-app?

And how do I get such a onw defined key in the line of the function
keys? I see no definement for this. Do I miss some basics?

Thanks

	matthias
-- 
Matthias Apitz, guru@xxxxxxxxxxx, http://www.unixarea.de/ +49-170-4527211    +49-176-38902045
"Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände menschlich bilden."
"Si el hombre es formado por las circunstancias entonces es necesario formar humanamente
las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 2, 138)


Follow ups

References