Re: [Ubuntu-phone] terminal-app small keyboard change

2015-04-22 Thread Matthias Apitz
El día Wednesday, April 22, 2015 a las 07:43:49AM +0200, Matthias Apitz 
escribió:

 Hi Filippo,
 
 Thanks for your hint;
 
 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
  ^^^

my fault; must be key : ...

now I understand the logic after having a look into the
/opt/click.ubuntu.com/com.ubuntu.terminal/0.7.70/qml/KeyboardRows/Layouts/*
files

Thanks

matthias


-- 
Matthias Apitz, g...@unixarea.de, 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)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] terminal-app small keyboard change

2015-04-22 Thread Roberto Resoli
Il 22/04/2015 08:19, Matthias Apitz ha scritto:
 This is really cool! I have the additional key 'Enter' right to the 'Up'
 key to fire up the commands from the bash history; see attached screen; 
 thanks, Filippo!

Maybe you know this already, but a very handy way to scroll bash history
in terminal app is two finger scrolling up and down ...

rob

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] terminal-app small keyboard change

2015-04-22 Thread Matthias Apitz
El día Wednesday, April 22, 2015 a las 09:12:16AM +0200, Roberto Resoli 
escribió:

 Il 22/04/2015 08:19, Matthias Apitz ha scritto:
  This is really cool! I have the additional key 'Enter' right to the 'Up'
  key to fire up the commands from the bash history; see attached screen; 
  thanks, Filippo!
 
 Maybe you know this already, but a very handy way to scroll bash history
 in terminal app is two finger scrolling up and down ...

I did not knew this; but even with this one needs an Enter key (which I
now have in this new control keys window/line). Thanks for the tip in any
case.

And why we are at this: can I modify as well the layout of the
complete keyboard presented on-screen?

Thanks

matthias

-- 
Matthias Apitz, g...@unixarea.de, 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)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] terminal-app small keyboard change

2015-04-21 Thread Filippo Scognamiglio
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/

Cheers
Filippo

2015-04-21 21:58 GMT+02:00 Matthias Apitz g...@unixarea.de:


 Hello,

 The terminal-app offers some Ctrl-keys, F-keys, ... which can be used in
 addition and without(!) bringing the keyboard itself on the screen; one
 of these lines, the SCR Scroll keys, has the essentials keys, CUR_UP
 and CUR_Down to go through the history of the last commands; it would be
 nice, when in the same line would be an Enter key to fire up the command
 without bringing up the full keyboard on screen.

 Can I configure this extension somehow?

 Thanks

 matthias

 --
 Matthias Apitz, g...@unixarea.de, 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)

 --
 Mailing list: https://launchpad.net/~ubuntu-phone
 Post to : ubuntu-phone@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~ubuntu-phone
 More help   : https://help.launchpad.net/ListHelp

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] terminal-app small keyboard change

2015-04-21 Thread Matthias Apitz
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, g...@unixarea.de, 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)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-phone] terminal-app small keyboard change

2015-04-21 Thread Matthias Apitz

Hello,

The terminal-app offers some Ctrl-keys, F-keys, ... which can be used in
addition and without(!) bringing the keyboard itself on the screen; one
of these lines, the SCR Scroll keys, has the essentials keys, CUR_UP
and CUR_Down to go through the history of the last commands; it would be
nice, when in the same line would be an Enter key to fire up the command
without bringing up the full keyboard on screen.

Can I configure this extension somehow?

Thanks

matthias

-- 
Matthias Apitz, g...@unixarea.de, 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)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp