Tagged Questions
0
votes
1answer
31 views
Need to reset the Keyboard shortcuts defined
I bound some keys by mistake, and they don't work any more, such as HOME, END, UP, DOWN, LEFT, RIGHT.
Is there a way to reset all the bound keys to their original state?
I know this might be ...
1
vote
2answers
208 views
Linux guest VM on mac host - Keyboard
I use a Mac as a development box, but am slowly transitioning to Linux. So I am spending the majority of my time in the Linux guest VM while working. But I still spend a fair amount of time in Mac ...
2
votes
0answers
169 views
How to use Sony VAIO buttons to lock the screen?
I have a Sony Vaio VPCEG laptop, like this.
I'm using Lubuntu 11.10. I'd like to use those 3 buttons (Assist, WEB and VAIO). They work with Windows 7, to recover the system and to open the browser. ...
6
votes
1answer
395 views
Using setkeycodes to map pressed and released to different “keys”
I have a keyboard that has a scroll wheel, but it doesn't work on Ubuntu and xev command doesn't show anything when moving it. But with the dmesg commang I found this:
When moving the scroll wheel ...
3
votes
1answer
946 views
Other than Alt + Shift to switch keyboard layout, any other Xorg key combinations?
All I can find about XkbOptions was:
Option "XKbOptions" "grp:alt_shift_toggle"
Seems I can only use alt+shift combination to switch keyboard layout, any other keys that I can use ?
6
votes
3answers
644 views
Shutdown from login prompt in tty
Suppose I boot a Linux machine without GUI. When it displays a tty login prompt, can I shutdown the machine with a keyboard sequence?
Of course I could type in my username and password and then sudo ...
5
votes
1answer
266 views
Cannot switch to console anymore after using Alt_R as mod4
I'd like to use the right ALT key as 'mod4' (most notably because, by default, the 'awesome' window manager is using mod4 as a modifier for most WM commands and I like that idea a lot).
However I've ...
2
votes
1answer
451 views
Keyboard shortcut to set gnome-terminal tab title
I like to work in Linux without using the mouse, because of that I would like to know if there is any method to set a keyboard shortcut to set gnome-terminal tab title.
2
votes
1answer
829 views
How do I edit the terminal launch command in Linux Mint?
In Linux Mint (Debian-based) how can I edit what the shortcut Ctrl+Alt+t launches?
For example, I would like to issue gnome-terminal with the --maximize option, and to have it launch tmux instantly.
2
votes
2answers
454 views
How to run the terminal using keyboard shortcuts in Gnome 2?
I'm using Gnome 2. I use the terminal several times, and I lose a lot of time going in Applications / Utilities / Terminal to launch the terminal. I am wondering if I can launch the terminal using ...
2
votes
2answers
666 views
What does this output from xev mean?
I'm interested in remapping some keys on my keyboard. In particular, I want to hold down the Function key, press the F1 key, and have this trigger a script. I know that xev is useful for figuring out ...
9
votes
2answers
2k views
Shell: how to go to the beginning of line when you are inside a screen?
I am inside a screen (screen -Ra). I have a long command, and I am at the end. Instead of keeping the left arrow, how can you go to the beginning of the line?
CTRL-A works when I am in a normal ...
7
votes
2answers
318 views
How can I keep control+d from disconnecting my session?
I regularly ssh to a centos 5 box. Somehow they keys are mapped so that control+d will log me out of my current shell. If I am sudo'ed to another use it puts me back to the previous user. If I am not ...
2
votes
1answer
334 views
Disable action keys
I'm running openSUSE on HP Pavilion dm4.
I have a bunch of action keys (volume up/down, brightness, wifi etc.) on my function keys. For using standard Fx keys I have to hold Fn key.
The problem is ...
4
votes
1answer
200 views
Can I set a gnome keyboard shortcut to be a prefix key, like in emacs, tmux or screen?
I would like to setup some Gnome keyboard shortcuts to be a prefix-key, so that I can add several shortcuts with the same prefix. Eg. I'd like to be able to have Super+x be a prefix key, with the ...
3
votes
4answers
4k views
Task manager keyboard short cut in Linux?
Is there any keyboard shortcut for the "task manager" (like Alt+Ctrl+Del in windows) when my machine goes into a crashed state?
1
vote
1answer
377 views
Shift+Ctrl+[Left|Right] to highlight text, then type, ignores the first two characters typed
I'm using openSuse. It was installed for me by the IT group here at work this week. I routinely use Shift+Ctrl+ some arrow key to highlight text, and I'm in the habit of simply typing in order to ...
4
votes
3answers
2k views
How do I jump to the next or previous word with CTRL + arrow keys in a console?
In terminal emulation applications, pressing CTRL + Left / Right arrows jumps from one word to the previous or next one. Is it possible to have the same functionality in a Linux console, whether it is ...
3
votes
2answers
688 views
How can I simulate keyboard shortcuts in a bash alias?
For example, one of my bash aliases is this
alias p='clear;ls -lt;pwd;'
clear also clears the history which I don't want. I just want to clear the screen momentarily.
Ctrl+L however does exactly ...