Skip to content
3 changes: 3 additions & 0 deletions packages/app_center/lib/store/store_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ class _StoreAppState extends ConsumerState<StoreApp> {
searchFocus.requestFocus();
searchFocus.nextFocus();
},
LogicalKeySet(LogicalKeyboardKey.control, LogicalKeyboardKey.keyQ): () {
ServicesBinding.instance.exitApplication(AppExitType.cancelable);
},
},
child: YaruTheme(
builder: (context, yaru, child) => MaterialApp(
Expand Down
Loading