Unverified Commit e2acc650 authored by Darren Austin's avatar Darren Austin Committed by GitHub

Remove the default shortcut mapping for GameButtonB. (#61370)

parent 0f57cd26
......@@ -854,7 +854,6 @@ class WidgetsApp extends StatefulWidget {
// Dismissal
LogicalKeySet(LogicalKeyboardKey.escape): const DismissIntent(),
LogicalKeySet(LogicalKeyboardKey.gameButtonB): const ActivateIntent(),
// Keyboard traversal.
LogicalKeySet(LogicalKeyboardKey.tab): const NextFocusIntent(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment