Merge authors: Simon Steinbeiß (ochosi) Related merge proposals: https://code.launchpad.net/~ochosi/xubuntu-default-settings/terminal-kb-shortcut/+merge/164152 proposed by: Simon Steinbeiß (ochosi) ------------------------------------------------------------ revno: 433 [merge] committer: Lionel Le Folgoc <[email protected]> branch nick: xubuntu-default-settings timestamp: Fri 2013-07-05 19:55:05 +0200 message: Add Ctrl+Alt+T keyboard-shortcut to launch the default terminal emulator. modified: debian/changelog etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
-- lp:xubuntu-default-settings https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings. To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2013-07-05 17:47:06 +0000 +++ debian/changelog 2013-07-05 17:55:05 +0000 @@ -1,9 +1,13 @@ xubuntu-default-settings (13.10.2) UNRELEASED; urgency=low + [ Simon Steinbeiss ] + * Add Ctrl+Alt+T keyboard-shortcut to launch the default terminal emulator. + + [ Lionel Le Folgoc ] * Set elementary-xfce-darker as the default icon theme. * Migrate some default settings from dh_gconf to dh_installgsettings. - -- Lionel Le Folgoc <[email protected]> Fri, 05 Jul 2013 18:56:53 +0200 + -- Simon Steinbeiss <[email protected]> Fri, 05 Jul 2013 18:56:53 +0200 xubuntu-default-settings (13.10.1) saucy; urgency=low === modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml' --- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 2013-03-16 22:51:25 +0000 +++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 2013-05-15 22:23:47 +0000 @@ -13,6 +13,7 @@ <property name="<Super>w" type="string" value="exo-open --launch WebBrowser"/> <property name="<Super>m" type="string" value="exo-open --launch MailReader"/> <property name="<Super>f" type="string" value="exo-open --launch FileManager"/> + <property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/> <property name="<Super>t" type="string" value="exo-open --launch TerminalEmulator"/> <property name="<Super>r" type="string" value="xfce4-appfinder"/> <property name="<Super>e" type="string" value="mousepad"/>
_______________________________________________ Mailing list: https://launchpad.net/~xubuntu-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~xubuntu-dev More help : https://help.launchpad.net/ListHelp

