Browse Source

快捷键- 回到真实大小,调整快捷键为ctrl+数字0

ZhouJieSheng 1 year ago
parent
commit
5ef1625927
1 changed files with 6 additions and 2 deletions
  1. 6 2
      PDF Office/Views/ViewContent.xaml

+ 6 - 2
PDF Office/Views/ViewContent.xaml

@@ -121,7 +121,11 @@
             Command="{x:Static helper:GlobalCommands.DoublePageCommand}"
             Modifiers="Ctrl" />
         <KeyBinding
-            Key="O"
+            Key="NumPad0"
+            Command="{x:Static helper:GlobalCommands.RealSizeCommand}"
+            Modifiers="Ctrl" />
+        <KeyBinding
+            Key="D0"
             Command="{x:Static helper:GlobalCommands.RealSizeCommand}"
             Modifiers="Ctrl" />
         <KeyBinding
@@ -516,7 +520,7 @@
                 </TabControl>
             </ScrollViewer>
 
-     
+
         </Grid>
 
         <!--  底部工具栏  -->