diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2010-03-14 16:54:57 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2010-03-14 16:54:57 +0000 |
commit | c45000385bec588688b3b0ea90f980b86f9106aa (patch) | |
tree | bb3b5a9364253573eee68274c06b1f8ce28a5b49 | |
parent | 44bc42a04bc9fd536e288a9638202996f6159481 (diff) | |
download | config-c45000385bec588688b3b0ea90f980b86f9106aa.tar config-c45000385bec588688b3b0ea90f980b86f9106aa.tar.gz config-c45000385bec588688b3b0ea90f980b86f9106aa.tar.bz2 config-c45000385bec588688b3b0ea90f980b86f9106aa.tar.xz config-c45000385bec588688b3b0ea90f980b86f9106aa.zip |
- add two new keyboard shortcuts
o XF86HomePage binded to default webbrowser
o XF86Mail binded to default Mail client
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 2 |
2 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2010-02-27 21:30 Tomasz Paweł Gajc <tpg at mandriva.org> + + * ChangeLog: + Generated + by + svn2cl + the + 27_Feb + +2010-02-27 21:29 Tomasz Paweł Gajc <tpg at mandriva.org> + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - + always + show + xfce4-power-manager + in + tray + 2010-02-27 21:29 Tomasz Paweł Gajc <tpg at mandriva.org> * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 34d4f4d..b207de7 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -15,6 +15,8 @@ <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+"/> <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%-"/> <property name="XF86AudioMute" type="string" value="amixer set Master toggle"/> + <property name="XF86HomePage" type="string" value="exo-open --launch WebBrowser"/> + <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> </property> </property> <property name="xfwm4" type="empty"> |