This may sound like a silly issue, but i will ask:
The other day i did:
That turned my layout to greek.
How do i get back to english to run commands on the console, if i no longer can write in english?
Are there any escape sequences to write ASCII or UTF8 in the terminal based on the tables?
I know i can Ctrl+Alt+Fn to change to another tty and kill Xorg process, or edit xorg files to swap layouts with hotkeys, im just asking specifically how to do this without leaving the specific terminal.
PS: complementary question is:
Lets say i ssh on a server with non english alphabet file names, without the option to change keyboard layout. How do i select files while i cant type the characters in their names? For example how do i cat the third file from ls output?
Thanks
The other day i did:
Code:
setxkbmap gr
How do i get back to english to run commands on the console, if i no longer can write in english?
Are there any escape sequences to write ASCII or UTF8 in the terminal based on the tables?
I know i can Ctrl+Alt+Fn to change to another tty and kill Xorg process, or edit xorg files to swap layouts with hotkeys, im just asking specifically how to do this without leaving the specific terminal.
PS: complementary question is:
Lets say i ssh on a server with non english alphabet file names, without the option to change keyboard layout. How do i select files while i cant type the characters in their names? For example how do i cat the third file from ls output?
Thanks