FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::ShortcutWithUser Class Reference

Stores a default shortcut and an optional user-defined one. More...

#include <Keybinds.h>

Public Attributes

Shortcut Default
 Built-in shortcut shipped by the application.
std::optional< ShortcutUser
 Optional user override loaded from configuration.

Detailed Description

Stores a default shortcut and an optional user-defined one.

Contains two shortcuts:

  • Default: is used on first application start
  • User: optional override set by the user
Note
Prefer using User over Default when available.

Member Data Documentation

◆ Default

Shortcut FuncDoodle::ShortcutWithUser::Default

Built-in shortcut shipped by the application.

◆ User

std::optional<Shortcut> FuncDoodle::ShortcutWithUser::User

Optional user override loaded from configuration.


The documentation for this class was generated from the following file: