mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 02:35:59 -07:00
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:
parent
23385d8e62
commit
fa30e634b4
29 changed files with 1360 additions and 162 deletions
|
|
@ -7,7 +7,7 @@ part of 'connectivity_provider.dart';
|
|||
// **************************************************************************
|
||||
|
||||
String _$connectivityStatusHash() =>
|
||||
r'7a4ac96d163a479bd34fc6a3efcd556755f8d5e9';
|
||||
r'8c58479db511f2431942655adf3f5021e8f0290c';
|
||||
|
||||
/// See also [ConnectivityStatus].
|
||||
@ProviderFor(ConnectivityStatus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue