1
vote
0answers
30 views

Why does CTRL key resize window in Unity desktop?

I have an almost out-of-the-box install of 12.04 Precise. I am familiar with assigning and reassigning keyboard shortcuts, as I interact with my computer almost entirely through the keyboard. I am ...
1
vote
1answer
56 views

Assign hotkeys to paste predefined text

I am looking for a program that runs on Ubuntu 12.04+ x86_64 which allows pasting pre-defined text based on hotkey combinations. For instance: Ctrl+Alt+V+U: pastes my username Ctrl+Alt+V+E: pastes ...
2
votes
1answer
54 views

XF86WakeUp keys - where do they come from?

$ head -1 /etc/issue && emacs --version | head -1 Ubuntu 12.04.1 LTS \n \l GNU Emacs 23.3.1 From time to time I get undefined messages in the echo area (that do not show up in buffer ...
1
vote
0answers
111 views

Jupiter Changes Display when using volume key bindings

I recently downloaded jupiter on ubuntu 12.04 ASUS U36JC and I noticed that my display would switch from clone to exterior to clone everytime that I used the keys that control the volume. Hit ...
3
votes
2answers
840 views

Why does ctrl + left arrow not skip words?

I'm on my Ubuntu 12.04. Every time I'm editing text, I use ctrl + left/right to move/jump between words. Recently, I installed xscreensaver and changed keyboard shortcuts to activate my screensaver. ...
2
votes
2answers
402 views

Bash script not working as required with xbindkeys

I made a simple bash script to display a notification whenever my capslock key is pressed. It works fine when I call it like bash capsnotify.sh. The problem now is when I bind my above script to ...
0
votes
1answer
339 views

Keyboard-shortcut key-press-detection sensitivity settings

last week I switched from Ubuntu 10.10 to 12.04 and after setting up my keyboard shortcuts, e.g., CTRL+ALT+E for my favorite editor and CTRL+ALT+X for the terminal, I noticed that the behavior when ...
7
votes
3answers
984 views

Change Default TTY shortcut

I would like to change the default shortcut to switch back and forth to the tty. By default it is ctrl + alt + F#. I have tried making a custom shortcut using Ubuntu's keyboard settings but it only ...