Hotkey.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ROOT>
  3. <Items>
  4. <Item>
  5. <MenuId>101</MenuId>
  6. <MenuName>打开</MenuName>
  7. <Description>Open</Description>
  8. <HotKeys>Control + O</HotKeys>
  9. </Item>
  10. <Item>
  11. <MenuId>102</MenuId>
  12. <MenuName>保存</MenuName>
  13. <Description>Save</Description>
  14. <HotKeys>Control + S</HotKeys>
  15. </Item>
  16. <Item>
  17. <MenuId>103</MenuId>
  18. <MenuName>另存为</MenuName>
  19. <Description>SaveAs</Description>
  20. <HotKeys>Control + Shift + S</HotKeys>
  21. </Item>
  22. <Item>
  23. <MenuId>108</MenuId>
  24. <MenuName>关闭</MenuName>
  25. <Description>Close</Description>
  26. <HotKeys>Control + W</HotKeys>
  27. </Item>
  28. <Item>
  29. <MenuId>201</MenuId>
  30. <MenuName>撤销</MenuName>
  31. <Description>Undo</Description>
  32. <HotKeys>Control + Z</HotKeys>
  33. </Item>
  34. <Item>
  35. <MenuId>202</MenuId>
  36. <MenuName>恢复</MenuName>
  37. <Description>Redo</Description>
  38. <HotKeys>Control + Y</HotKeys>
  39. </Item>
  40. <Item>
  41. <MenuId>203</MenuId>
  42. <MenuName>复制</MenuName>
  43. <Description>Copy</Description>
  44. <HotKeys>Control + C</HotKeys>
  45. </Item>
  46. <Item>
  47. <MenuId>204</MenuId>
  48. <MenuName>粘贴</MenuName>
  49. <Description>Paste</Description>
  50. <HotKeys>Control + V</HotKeys>
  51. </Item>
  52. <Item>
  53. <MenuId>206</MenuId>
  54. <MenuName>放大</MenuName>
  55. <Description>ZoomIn</Description>
  56. <HotKeys>Control + Add</HotKeys>
  57. </Item>
  58. <Item>
  59. <MenuId>207</MenuId>
  60. <MenuName>缩小</MenuName>
  61. <Description>ZoomOut</Description>
  62. <HotKeys>Control + Subtract</HotKeys>
  63. </Item>
  64. <Item>
  65. <MenuId>208</MenuId>
  66. <MenuName>实际大小</MenuName>
  67. <Description>ActualSize</Description>
  68. <HotKeys>Control + Shift + A</HotKeys>
  69. </Item>
  70. <Item>
  71. <MenuId>209</MenuId>
  72. <MenuName>合适大小</MenuName>
  73. <Description>ZoomToWindow</Description>
  74. <HotKeys>Control + B</HotKeys>
  75. </Item>
  76. <Item>
  77. <MenuId>218</MenuId>
  78. <MenuName>旋转90度</MenuName>
  79. <Description>Rotate90CW</Description>
  80. <HotKeys>Control + J</HotKeys>
  81. </Item>
  82. <Item>
  83. <MenuId>1401</MenuId>
  84. <MenuName>目录</MenuName>
  85. <Description>HelpTopics</Description>
  86. <HotKeys>F1</HotKeys>
  87. </Item>
  88. </Items>
  89. </ROOT>