Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-08-22 21:30:32

ziemni
Member
Registered: 2007-08-22
Posts: 1

Problem with shortcuts

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 &quot;1-&quot;" keys="XF86AudioLowerVolume"/>
        <shortcut command="amixer set Speaker &quot;1+&quot;" 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

#2 2007-11-15 10:49:53

e.chow3
Member
Registered: 2007-11-13
Posts: 1

Re: Problem with shortcuts

I also have this problem, only for shortcuts with use "special keys" like XF86Back (using microsoft internet keyboard).

Offline

Board footer

Powered by FluxBB