mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -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">
|
||||
<Button.KeyboardAccelerators>
|
||||
<KeyboardAccelerator Key="Left" Modifiers="Menu"/>
|
||||
<KeyboardAccelerator Key="Escape" Modifiers="None"/>
|
||||
</Button.KeyboardAccelerators>
|
||||
</Button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue