KDE Shortcuts Files
Notes on where KDE stores its
KControl | Regional & Accessibility | Keyboard Shortcuts
settings, how I found them, & some custom settings.
I run SimplyMEPIS 3.3.2, 6.0, & 6.5.02.
This was researched & written using MEPIS 6.0 & 6.5.02, running KDE 3.5.3
KDE Keyboard Shortcuts
KDE Keyboard Shortcuts are a useful feature that allows you, the user, to bypass the mouse
& do things directly w/o having to use multiple clicks.
They are configured in the KDE Control Center (Alt+F2 kcontrol):
KControl | Regional & Accessibility | Keyboard Shortcuts
There are 7 stock "Schemes" provided:
- KDE Default for 3 Modifier Keys
- KDE Default for 4 Modifier Keys
- Mac Scheme
- UNIX Scheme
- Windows Scheme (Without Win Key)
- Windows Scheme (With Win Key)
- WindowMaker (3 Modifier Keys)
There is also a "Current Scheme", which tops the list in the drop down menu where these are selected.
In MEPIS, this is, initially, a different scheme from the other 7.
I have not been able to find its definition file.
If you care about preserving it, you should save it under its own name ("Scheme-00" works for me)
before you start customizing.
BTW, IIRC, the initial "Current Scheme" in KDE 3.3.2 on SimplyMEPIS 3.3.2
was "KDE Default for 3 Modifier Keys".
Locating the files involved 2 educated guesses -- probable directory & a unique content string.
For the probable directory, I chose /usr/share/.
For the unique content string, I chose 'Walk Through Desktops ('.
Putting these together:
$ grep -R 'Walk Through Desktops (' /usr/share/* 2>/dev/null
/usr/share/apps/kcmkeys/wm3.kksrc:Walk Through Desktops (Reverse)=none
/usr/share/apps/kcmkeys/kde4.kksrc:Walk Through Desktops (Reverse)=Win+Shift+Tab
/usr/share/apps/kcmkeys/kde3.kksrc:Walk Through Desktops (Reverse)=none
/usr/share/apps/kcmkeys/mac4.kksrc:Walk Through Desktops (Reverse)=Alt+Shift+Tab
/usr/share/apps/kcmkeys/unix3.kksrc:Walk Through Desktops (Reverse)=none
/usr/share/apps/kcmkeys/win3.kksrc:Walk Through Desktops (Reverse)=Alt+Ctrl+Shift+Tab
/usr/share/apps/kcmkeys/win4.kksrc:Walk Through Desktops (Reverse)=Win+Shift+Tab
Here I got very lucky -- 3 great pieces of info. for the price of one:
- the location:
/usr/share/apps/kcmkeys/,
- the std. file ext.:
.kksrc,
- & the file names of the 7 stock schemes.
Now I can run a locate .kksrc | less -S
& discover that my customizations are found in /.kde/share/apps/kcmkeys/
I will leave it to those who are interested
to examine the files' contents for the details ot their structure.
I wanted to know which file contained which scheme:
$ grep ^Name= *
kde3.kksrc:Name=KDE Default for 3 Modifier Keys
kde4.kksrc:Name=KDE Default for 4 Modifier Keys
mac4.kksrc:Name=Mac Scheme
unix3.kksrc:Name=UNIX Scheme
win3.kksrc:Name=Windows Scheme (Without Win Key)
win4.kksrc:Name=Windows Scheme (With Win Key)
wm3.kksrc:Name=WindowMaker (3 Modifier Keys)
grep ^Name= | sed -r 's,(^.)(:.*=)(.*$),| \3 |\1|,'
produced the essence of the following table:
| Scheme | File Name |
| KDE Default for 3 Modifier Keys | kde3.kksrc |
| KDE Default for 4 Modifier Keys | kde4.kksrc |
| Mac Scheme | mac4.kksrc |
| UNIX Scheme | unix3.kksrc |
| Windows Scheme (Without Win Key) | win3.kksrc |
| Windows Scheme (With Win Key) | win4.kksrc |
| WindowMaker (3 Modifier Keys) | wm3.kksrc |
(Suitable for downloading, by me for instance to a new system :-))
[Global Shortcuts]
Activate Window Demanding Attention=none
Block Global Shortcuts=none
Desktop Screenshot=Win+Print
Enable/Disable Clipboard Actions=Win+Ctrl+X
Halt without Confirmation=none
Kill Window=Win+Alt+Ctrl+Delete
Lock Session=Win+ScrollLock
Log Out=none
Log Out Without Confirmation=none
Manually Invoke Action on Current Clipboard=Win+Ctrl+R
Mouse Emulation=none
Next Taskbar Entry=none
Popup Launch Menu=Win+Menu
Previous Taskbar Entry=none
Reboot without Confirmation=none
Run Command=Win+Return;Alt+F2
Setup Window Shortcut=none
Show Klipper Popup-Menu=Win+Ctrl+V
Show Taskmanager=Win+Ctrl+Pause
Show Window List=Win+0
Switch One Desktop Down=Win+Down
Switch One Desktop Up=Win+Up
Switch One Desktop to the Left=Win+Left
Switch One Desktop to the Right=Win+Right
Switch User=none
Switch to Desktop 1=Win+F1;Win+Home
Switch to Desktop 10=Win+F10
Switch to Desktop 11=Win+F11
Switch to Desktop 12=Win+F12
Switch to Desktop 13=none
Switch to Desktop 14=none
Switch to Desktop 15=Win+End
Switch to Desktop 16=none
Switch to Desktop 17=none
Switch to Desktop 18=none
Switch to Desktop 19=none
Switch to Desktop 2=Win+F2
Switch to Desktop 20=none
Switch to Desktop 3=Win+F3
Switch to Desktop 4=Win+F4
Switch to Desktop 5=Win+F5
Switch to Desktop 6=Win+F6
Switch to Desktop 7=Win+F7
Switch to Desktop 8=Win+F8
Switch to Desktop 9=Win+F9
Switch to Next Desktop=Win+PageDown
Switch to Next Keyboard Layout=Win+Ctrl+K
Switch to Previous Desktop=Win+PageUp
Toggle Showing Desktop=Win+Ctrl+D
Toggle Window Raise/Lower=none
Walk Through Desktop List=Win+Alt+Tab
Walk Through Desktop List (Reverse)=Win+Alt+Shift+Tab
Walk Through Desktops=Win+Tab
Walk Through Desktops (Reverse)=Win+Shift+Tab
Walk Through Windows=Alt+Tab
Walk Through Windows (Reverse)=Alt+Shift+Tab
Window Above Other Windows=none
Window Below Other Windows=none
Window Close=Alt+Escape;Alt+F4
Window Fullscreen=none
Window Grow Horizontal=none
Window Grow Vertical=none
Window Lower=none
Window Maximize=Win+Plus
Window Maximize Horizontal=Win+Equal
Window Maximize Vertical=Win+Bar
Window Minimize=Win+KP_Subtract
Window Move=none
Window No Border=none
Window On All Desktops=Win+Alt+Insert
Window One Desktop Down=Win+Alt+Down
Window One Desktop Up=Win+Alt+Up
Window One Desktop to the Left=Win+Alt+Left
Window One Desktop to the Right=Win+Alt+Right
Window Operations Menu=Alt+Menu
Window Pack Down=none
Window Pack Left=none
Window Pack Right=none
Window Pack Up=none
Window Raise=none
Window Resize=none
Window Screenshot=Alt+Print
Window Shade=Win+Underscore
Window Shrink Horizontal=none
Window Shrink Vertical=none
Window to Desktop 1=Win+Alt+F1;Win+Alt+Home
Window to Desktop 10=Win+Alt+F10
Window to Desktop 11=Win+Alt+F11
Window to Desktop 12=Win+Alt+F12
Window to Desktop 13=none
Window to Desktop 14=none
Window to Desktop 15=Win+Alt+End
Window to Desktop 16=none
Window to Desktop 17=none
Window to Desktop 18=none
Window to Desktop 19=none
Window to Desktop 2=Win+Alt+F2
Window to Desktop 20=none
Window to Desktop 3=Win+Alt+F3
Window to Desktop 4=Win+Alt+F4
Window to Desktop 5=Win+Alt+F5
Window to Desktop 6=Win+Alt+F6
Window to Desktop 7=Win+Alt+F7
Window to Desktop 8=Win+Alt+F8
Window to Desktop 9=Win+Alt+F9
Window to Next Desktop=Win+Alt+PageDown
Window to Previous Desktop=Win+Alt+PageUp
[Settings]
Name=KDE ra 4 modifiers
[Shortcuts]
Activate Next Tab=Ctrl+Period;Ctrl+BracketRight
Activate Previous Tab=Ctrl+Comma;Ctrl+BracketLeft
AddBookmark=Ctrl+B
Back=Alt+Left
BackwardWord=Ctrl+Left
BeginningOfLine=Home
Close=Ctrl+Escape;Ctrl+W
Copy=Ctrl+C;Ctrl+Insert
Cut=Ctrl+X;Shift+Delete
DeleteWordBack=Ctrl+Backspace
DeleteWordForward=Ctrl+Delete
Deselect=Ctrl+Shift+A
End=Ctrl+End
EndOfLine=End
Find=Ctrl+F
FindNext=F3
FindPrev=Shift+F3
Forward=Alt+Right
ForwardWord=Ctrl+Right
FullScreen=Ctrl+Shift+F
GotoLine=Ctrl+G
Help=F1
Home=Ctrl+Home
New=Ctrl+N
Next=PageDown
NextCompletion=Ctrl+Down
Open=Ctrl+O
Paste=Ctrl+V;Shift+Insert
Paste Selection=Ctrl+Shift+Insert
PopupMenuContext=Menu
PrevCompletion=Ctrl+Up
Print=Ctrl+P
Prior=PageUp
Quit=Ctrl+Q
Redo=Ctrl+Shift+Z
Reload=F5
Replace=Ctrl+R
RotateDown=Down
RotateUp=Up
Save=Ctrl+S
SelectAll=Ctrl+A
ShowMenubar=Ctrl+M
SubstringCompletion=Ctrl+T
TextCompletion=Ctrl+E
Undo=Ctrl+Z
Up=Alt+Up
WhatsThis=Shift+F1
ZoomIn=Ctrl+Plus
ZoomOut=Ctrl+Minus
-- RickArchibald - 12 Apr 2008
Revision r1.2 - 12 Apr 2008 - 13:35 GMT - RickArchibald Parents: WebHome
|
Copyright © 2003-2007
by F. A. Archibald III & the contributing authors
|
| |