mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added F3 hotkey for CreateArchive command.
This commit is contained in:
@@ -263,6 +263,7 @@
|
|||||||
<KeyBinding Key="Enter" Command="{x:Static local:Commands.OpenItem}"/>
|
<KeyBinding Key="Enter" Command="{x:Static local:Commands.OpenItem}"/>
|
||||||
<KeyBinding Gesture="Ctrl+E" Command="{x:Static local:Commands.ExploreItem}"/>
|
<KeyBinding Gesture="Ctrl+E" Command="{x:Static local:Commands.ExploreItem}"/>
|
||||||
<KeyBinding Gesture="F2" Command="{x:Static local:Commands.RenameItem}"/>
|
<KeyBinding Gesture="F2" Command="{x:Static local:Commands.RenameItem}"/>
|
||||||
|
<KeyBinding Gesture="F3" Command="{x:Static local:Commands.CreateArchive}"/>
|
||||||
<KeyBinding Gesture="F4" Command="{x:Static local:Commands.ExtractItem}"/>
|
<KeyBinding Gesture="F4" Command="{x:Static local:Commands.ExtractItem}"/>
|
||||||
<KeyBinding Gesture="F5" Command="{x:Static local:Commands.Refresh}"/>
|
<KeyBinding Gesture="F5" Command="{x:Static local:Commands.Refresh}"/>
|
||||||
<KeyBinding Gesture="F6" Command="{x:Static local:Commands.ConvertMedia}"/>
|
<KeyBinding Gesture="F6" Command="{x:Static local:Commands.ConvertMedia}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user