Skip to content

Commit

Permalink
Merge pull request #125 from saaguero/patch-1
Browse files Browse the repository at this point in the history
Ability to change Font Size using Ctrl+MouseWheel
  • Loading branch information
samvasko committed Jan 31, 2014
2 parents f719f9d + 86d77b9 commit 0f118fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/ConEmu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,10 @@
<value name="KeyMacro01.Text" type="string" data="Task(&quot;cmd&quot;)"/>
<value name="KeyMacro02" type="dword" data="0012a032"/>
<value name="KeyMacro02.Text" type="string" data="Task(&quot;PowerShell&quot;)"/>
<value name="KeyMacro03" type="dword" data="00000000"/>
<value name="KeyMacro03.Text" type="string" data=""/>
<value name="KeyMacro04" type="dword" data="00000000"/>
<value name="KeyMacro04.Text" type="string" data=""/>
<value name="KeyMacro03" type="dword" data="000011d0"/>
<value name="KeyMacro03.Text" type="string" data="FontSetSize(1,2)"/>
<value name="KeyMacro04" type="dword" data="000011d1"/>
<value name="KeyMacro04.Text" type="string" data="FontSetSize(1,-2)"/>
<value name="KeyMacro05" type="dword" data="00000000"/>
<value name="KeyMacro05.Text" type="string" data=""/>
<value name="KeyMacro06" type="dword" data="00000000"/>
Expand Down

0 comments on commit 0f118fe

Please sign in to comment.