Skip to content

Commit

Permalink
Add additional keybindings for poohsen#2
Browse files Browse the repository at this point in the history
I think this will add the appropriate key bindings for poohsen#2.
  • Loading branch information
EnigmaSolved committed Mar 4, 2014
1 parent 9b78788 commit 56a6c2d
Showing 1 changed file with 8 additions and 0 deletions.
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="cpCstTlStr1" modifiers="control alt" key="5"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(5);"/>
<key id="cpCstTlStr2" modifiers="control alt" key="6"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(6);"/>
<key id="cpCstTlStr3" modifiers="control alt" key="7"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(7);"/>
<key id="cpCstTlStr4" modifiers="control alt" key="8"
oncommand="ThunderLinkChromeNS.CopyCustomTlStringToClp(8);"/>
<!--
<key id="cpTlStr" modifiers="control alt" key="5"
oncommand="ThunderLinkChromeNS.CopyMessageUrlToClp();"/>
Expand Down

0 comments on commit 56a6c2d

Please sign in to comment.