android_terminal/NeoLang/example/extra-key.nl
Martin Valba 414c6722ee New terminal based on NeoTerm
* From: https://github.com/NeoTerrm/NeoTerm
* Base commit: 236072395ce056d2d2cccf950d3f243f099a178f
* LICENSE: GPL-3.0

* This will also need changes in nethunter app itself too!
2022-12-27 20:31:07 +02:00

19 lines
277 B
Plaintext

extra-key: {
version: 10
with-default: true
program: [ "vim", "vi" ]
key: [
{
display: "Ctrl"
code: "<CTRL>"
with-enter: true
},
{
display: "Esc"
code: "<ESC>"
}
]
}