Skip to content

Commit

Permalink
Add action setting for RenameTab shortcut Closes Issue #693
Browse files Browse the repository at this point in the history
  • Loading branch information
jimradford committed Mar 1, 2018
1 parent 562d752 commit a9f6266
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SuperPutty/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
<setting name="CommandBarHistory" serializeAs="String">
<value />
</setting>
<setting name="Action_RenameTab_Shortcut" serializeAs="String">
<value>None</value>
</setting>
</SuperPutty.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
13 changes: 13 additions & 0 deletions SuperPutty/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions SuperPutty/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,8 @@
<Setting Name="CommandBarHistory" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Action_RenameTab_Shortcut" Provider="SuperPutty.Utils.PortableSettingsProvider" Type="System.Windows.Forms.Keys" Scope="User">
<Value Profile="(Default)">None</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit a9f6266

Please sign in to comment.