File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 15
15
<system : String x : Key =" iconTrayAbout" >About</system : String >
16
16
<system : String x : Key =" iconTrayExit" >Exit</system : String >
17
17
<system : String x : Key =" closeWindow" >Close</system : String >
18
+ <system : String x : Key =" copy" >Copy</system : String >
19
+ <system : String x : Key =" cut" >Cut</system : String >
20
+ <system : String x : Key =" paste" >Paste</system : String >
18
21
<system : String x : Key =" GameMode" >Game Mode</system : String >
19
22
<system : String x : Key =" GameModeToolTip" >Suspend the use of Hotkeys.</system : String >
20
23
Original file line number Diff line number Diff line change 15
15
<system : String x : Key =" iconTrayAbout" >정보</system : String >
16
16
<system : String x : Key =" iconTrayExit" >종료</system : String >
17
17
<system : String x : Key =" closeWindow" >닫기</system : String >
18
+ <system : String x : Key =" copy" >복사</system : String >
19
+ <system : String x : Key =" cut" >잘라내기</system : String >
20
+ <system : String x : Key =" paste" >붙여넣기</system : String >
18
21
<system : String x : Key =" GameMode" >게임 모드</system : String >
19
22
<system : String x : Key =" GameModeToolTip" >단축키 사용을 일시중단합니다.</system : String >
20
23
Original file line number Diff line number Diff line change 41
41
<KeyBinding Key =" Escape" Command =" {Binding EscCommand}" />
42
42
<KeyBinding Key =" F1" Command =" {Binding StartHelpCommand}" />
43
43
<KeyBinding Key =" F5" Command =" {Binding ReloadPluginDataCommand}" />
44
- <KeyBinding
45
- Key =" Tab"
46
- Command =" {Binding AutocompleteQueryCommand}" />
44
+ <KeyBinding Key =" Tab" Command =" {Binding AutocompleteQueryCommand}" />
47
45
<KeyBinding
48
46
Key =" Tab"
49
47
Command =" {Binding AutocompleteQueryCommand}"
179
177
Visibility =" Visible" >
180
178
<TextBox .ContextMenu>
181
179
<ContextMenu >
182
- <MenuItem Command =" ApplicationCommands.Cut" />
183
- <MenuItem Command =" ApplicationCommands.Copy" />
184
- <MenuItem Command =" ApplicationCommands.Paste" />
180
+ <MenuItem Command =" ApplicationCommands.Cut" Header = " {DynamicResource cut} " />
181
+ <MenuItem Command =" ApplicationCommands.Copy" Header = " {DynamicResource copy} " />
182
+ <MenuItem Command =" ApplicationCommands.Paste" Header = " {DynamicResource paste} " />
185
183
<Separator
186
184
Margin =" 0"
187
185
Padding =" 0,4,0,4"
You can’t perform that action at this time.
0 commit comments