Add custom hotkeys. (#2340)
Co-authored-by: LosFarmosCTL <80157503+LosFarmosCTL@users.noreply.github.com> Co-authored-by: Paweł <zneix@zneix.eu> Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
+14
-2
@@ -159,6 +159,10 @@ SOURCES += \
|
||||
src/controllers/highlights/HighlightModel.cpp \
|
||||
src/controllers/highlights/HighlightPhrase.cpp \
|
||||
src/controllers/highlights/UserHighlightModel.cpp \
|
||||
src/controllers/hotkeys/Hotkey.cpp \
|
||||
src/controllers/hotkeys/HotkeyController.cpp \
|
||||
src/controllers/hotkeys/HotkeyHelpers.cpp \
|
||||
src/controllers/hotkeys/HotkeyModel.cpp \
|
||||
src/controllers/ignores/IgnoreController.cpp \
|
||||
src/controllers/ignores/IgnoreModel.cpp \
|
||||
src/controllers/moderationactions/ModerationAction.cpp \
|
||||
@@ -266,6 +270,7 @@ SOURCES += \
|
||||
src/widgets/dialogs/BadgePickerDialog.cpp \
|
||||
src/widgets/dialogs/ChannelFilterEditorDialog.cpp \
|
||||
src/widgets/dialogs/ColorPickerDialog.cpp \
|
||||
src/widgets/dialogs/EditHotkeyDialog.cpp \
|
||||
src/widgets/dialogs/EmotePopup.cpp \
|
||||
src/widgets/dialogs/IrcConnectionEditor.cpp \
|
||||
src/widgets/dialogs/LastRunCrashDialog.cpp \
|
||||
@@ -389,6 +394,12 @@ HEADERS += \
|
||||
src/controllers/highlights/HighlightModel.hpp \
|
||||
src/controllers/highlights/HighlightPhrase.hpp \
|
||||
src/controllers/highlights/UserHighlightModel.hpp \
|
||||
src/controllers/hotkeys/ActionNames.hpp \
|
||||
src/controllers/hotkeys/Hotkey.hpp \
|
||||
src/controllers/hotkeys/HotkeyCategory.hpp \
|
||||
src/controllers/hotkeys/HotkeyController.hpp \
|
||||
src/controllers/hotkeys/HotkeyHelpers.hpp \
|
||||
src/controllers/hotkeys/HotkeyModel.hpp \
|
||||
src/controllers/ignores/IgnoreController.hpp \
|
||||
src/controllers/ignores/IgnoreModel.hpp \
|
||||
src/controllers/ignores/IgnorePhrase.hpp \
|
||||
@@ -512,7 +523,6 @@ HEADERS += \
|
||||
src/util/SampleCheerMessages.hpp \
|
||||
src/util/SampleLinks.hpp \
|
||||
src/util/SharedPtrElementLess.hpp \
|
||||
src/util/Shortcut.hpp \
|
||||
src/util/SplitCommand.hpp \
|
||||
src/util/StandardItemHelper.hpp \
|
||||
src/util/StreamerMode.hpp \
|
||||
@@ -528,6 +538,7 @@ HEADERS += \
|
||||
src/widgets/dialogs/BadgePickerDialog.hpp \
|
||||
src/widgets/dialogs/ChannelFilterEditorDialog.hpp \
|
||||
src/widgets/dialogs/ColorPickerDialog.hpp \
|
||||
src/widgets/dialogs/EditHotkeyDialog.hpp \
|
||||
src/widgets/dialogs/EmotePopup.hpp \
|
||||
src/widgets/dialogs/IrcConnectionEditor.hpp \
|
||||
src/widgets/dialogs/LastRunCrashDialog.hpp \
|
||||
@@ -604,7 +615,8 @@ RESOURCES += \
|
||||
DISTFILES +=
|
||||
|
||||
FORMS += \
|
||||
src/widgets/dialogs/IrcConnectionEditor.ui
|
||||
src/widgets/dialogs/IrcConnectionEditor.ui \
|
||||
src/widgets/dialogs/EditHotkeyDialog.ui
|
||||
|
||||
# do not use windows min/max macros
|
||||
#win32 {
|
||||
|
||||
Reference in New Issue
Block a user