You are not logged in.
Pages: 1
Hello
I' have problem with keyboard shortucs. Every time I start new session I have to enter Settings -> Keyboard panel. Unless I do this, they don't work. I don't need to change anything in settings, it's enough to just enter that panel.
I'm using XFCE shipped with Debian, unstable edition, version 4.4.1.
My .xmodmaprc
akoo@localhost:~$ cat .xmodmaprc
keycode 160 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 162 = XF86AudioPlay
keycode 164 = XF86AudioStop
Contents of .config/xfce4/shortucs
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts-theme name="media">
<shortcut command="amixer set Speaker "1-"" keys="XF86AudioLowerVolume"/>
<shortcut command="amixer set Speaker "1+"" keys="XF86AudioRaiseVolume"/>
<shortcut command="amixer set Speaker toggle" keys="XF86AudioMute"/>
<shortcut command="xfce4-popup-menu" keys="Control+Escape"/>
<shortcut command="xfhelp4" keys="Alt+F1"/>
<shortcut command="xflock4" keys="Control+Alt+Delete"/>
<shortcut command="xfrun4" keys="Alt+F2"/>
<shortcut command="xkill" keys="Control+Alt+Escape"/>
<shortcut command="xmms --fwd" keys="XF86AudioNext"/>
<shortcut command="xmms --play-pause" keys="XF86AudioPlay"/>
<shortcut command="xmms --rew" keys="XF86AudioPrev"/>
<shortcut command="xmms --stop" keys="XF86AudioStop"/>
</shortcuts-theme>
I start xmodmap via autostart
akoo@localhost:~/.config/autostart$ cat xmodmap.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=xmodmap
Comment=xmodmap
Exec=/usr/bin/xmodmap /home/akoo/.xmodmaprc
StartupNotify=false
Terminal=false
Hidden=false
Any clues?
Offline
I also have this problem, only for shortcuts with use "special keys" like XF86Back (using microsoft internet keyboard).
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 517.21 KiB (Peak: 519.41 KiB) ]