Tagged Questions
1
vote
1answer
449 views
ctrl + key in terminal always uses standard keymap
I am on Ubuntu 10.4. My standard keyboard is qwertz, but I usually use the dvorak layout.
When I type inside the gnome terminal, the layout is the one I set in keyboard preferences (e.g. dvorak). ...
7
votes
3answers
22k views
How to run programs from a linux terminal without blocking the terminal?
Right now when I start a program from a terminal I can't use that terminal instance again until I close the program.
I am a new user of linux, and I want to know if there is a way to execute a ...
5
votes
3answers
662 views
Ctrl-C behavior in gnome-terminal
I have installed Ubuntu 10.04. It works fine, but when I press Ctrl-C in gnome-terminal I get:
user@desktop:~$ ^C
user@desktop:~$ ^C
user@desktop:~$
In Ubuntu 9.04 (I did have it before) it was so:
...