Skip to content

Commit

Permalink
Change to disable IME of the keyboard input field.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Aug 11, 2020
1 parent 917cbd8 commit 5f67e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/SylphyHorn/Themes/Generic.ShortcutKeyBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
Value="" />
<Setter Property="FocusVisualStyle"
Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" />
<Setter Property="InputMethod.IsInputMethodEnabled"
Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type controls:ShortcutKeyBox}">
Expand Down

0 comments on commit 5f67e24

Please sign in to comment.