Skip to content

Commit

Permalink
Merge pull request #16 from EnigmaSolved/patch-2
Browse files Browse the repository at this point in the history
Keybindings for #2 (going from four to eight)
  • Loading branch information
poohsen committed Mar 4, 2014
2 parents e2424e7 + 4acd004 commit 302cc7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions chrome/thunderlink/content/thunderlink-overlay.xul
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(3);"/>
<key id="cpCstTlStr4" modifiers="control alt" key="4"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(4);"/>
<key id="cpCstTlStr5" modifiers="control alt" key="5"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(5);"/>
<key id="cpCstTlStr6" modifiers="control alt" key="6"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(6);"/>
<key id="cpCstTlStr7" modifiers="control alt" key="7"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(7);"/>
<key id="cpCstTlStr8" modifiers="control alt" key="8"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(8);"/>
<!--
<key id="cpTlStr" modifiers="control alt" key="5"
oncommand="ThunderLinkChromeNS.CopyMessageUrlToClp();"/>
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<em:id>[email protected]</em:id>
<em:type>2</em:type>
<em:name>ThunderLink</em:name>
<em:version>1.2.0</em:version>
<em:version>1.2.1</em:version>
<em:creator>Christoph Zwirello</em:creator>
<em:description>Link from your browser to your email messages!</em:description>
<em:optionsURL>chrome://thunderlink/content/preferences.xul</em:optionsURL>
Expand Down

0 comments on commit 302cc7a

Please sign in to comment.