feat: Customizable shortcuts/hotkeys (#439)

This implements the logic for allowing hotkeys with modifiers.
Implemented globalhotkeys and videocontrol hotkeys
Also implements saving the forward backwards seconds to the user.

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-08-08 16:36:50 +02:00 committed by GitHub
parent 23385d8e62
commit fa30e634b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 1360 additions and 162 deletions

View file

@ -7,7 +7,7 @@ part of 'connectivity_provider.dart';
// **************************************************************************
String _$connectivityStatusHash() =>
r'7a4ac96d163a479bd34fc6a3efcd556755f8d5e9';
r'8c58479db511f2431942655adf3f5021e8f0290c';
/// See also [ConnectivityStatus].
@ProviderFor(ConnectivityStatus)