mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Add esc accelerator for the back button
This commit is contained in:
parent
ba5e70510f
commit
542fffc613
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
||||||
IsEnabled="False">
|
IsEnabled="False">
|
||||||
<Button.KeyboardAccelerators>
|
<Button.KeyboardAccelerators>
|
||||||
<KeyboardAccelerator Key="Left" Modifiers="Menu"/>
|
<KeyboardAccelerator Key="Left" Modifiers="Menu"/>
|
||||||
|
<KeyboardAccelerator Key="Escape" Modifiers="None"/>
|
||||||
</Button.KeyboardAccelerators>
|
</Button.KeyboardAccelerators>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue