← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 433: Add Ctrl+Alt+T keyboard-shortcut to launch the default terminal emulator.

 

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 <mrpouit@xxxxxxxxxx>
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 <mrpouit@xxxxxxxxxx>  Fri, 05 Jul 2013 18:56:53 +0200
+ -- Simon Steinbeiss <ochosi@xxxxxxxxxxxxxxxxxx>  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="&lt;Super&gt;w" type="string" value="exo-open --launch WebBrowser"/>
       <property name="&lt;Super&gt;m" type="string" value="exo-open --launch MailReader"/>
       <property name="&lt;Super&gt;f" type="string" value="exo-open --launch FileManager"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
       <property name="&lt;Super&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
       <property name="&lt;Super&gt;r" type="string" value="xfce4-appfinder"/>
       <property name="&lt;Super&gt;e" type="string" value="mousepad"/>