Cambiar las teclas de control de la aplicación de terminal
$ mkdir ~/.config/com.ubuntu.terminal/Layouts
$ cp /opt/click.ubuntu.com/com.ubuntu.terminal/0.*/qml/KeyboardRows/Layouts/ScrollKeys.json ~/.config/com.ubuntu.terminal/Layouts/BashKeys.json
{
"name" : "Bash Keys",
"short_name" : "Bash",
"buttons": [ ... {
"main_action" : {
"type": "key",
"text" : "\u21b2",
"key" : "Enter"
}
},Last updated