keyboard shortcuts is a small set of keys that activates a programs or action.
2
votes
1answer
160 views
Application shortcuts
Where are the application shortcuts (Settings -> XFCE 4 Settings Manager -> Keyboard -> Application Shortcuts) saved?
3
votes
2answers
685 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 ...
8
votes
2answers
457 views
Is there any way to assign shortcuts to Nautilus bookmarks?
I have added several dirs as bookmarks to nautilus and I want to know if there a way to assign keyboard shortcuts to some of them.
2
votes
1answer
402 views
Emacs mode in zsh: M-b M-f etc. show weird symbols
I have set up zsh to use emacs mode. But typing Alt+f or Alt+b inserts weird symbols (accented letters and so on), rather than moving around by word in the shell like it should. Since I don't ever ...
4
votes
1answer
167 views
How can I make Ubuntu UI uniformly use bash keyboard shortcuts?
On my default 10.04 Ubuntu install I am consistently tripped up by the fact that some UI text areas/input boxes treat CtrlA as "select all" vs. "move my cursor to the beginning of the line." Is there ...
3
votes
2answers
1k views
OpenSuse custom keyboard shortcuts not working
Note: This question is specifically on a clean install of OpenSuse 11.3 with gnome as the display/desktop manager
I can't get custom keyboard shortcuts to work, default shortcuts are working ...
2
votes
1answer
751 views
Keyboard shortcuts not working in KDE 4.5.0
My printscreen button doesn't work (it doesn't launch ksnapshot, but xev registers it's events just fine). Does anyone have any idea how to fix it? Old workarounds don't seem to be working.
update
...
18
votes
4answers
2k views
How to enable killing Xorg with Ctrl+Alt+Backspace
I don't remember why they did this, but at one point X.org decided that disabling CtrlAltBackspace to kill it was a good idea. I know there's a way to re-enable it but I don't remember how. Can ...