Commit graph

23 commits

Author SHA1 Message Date
Peter Kirmeier 0e812d207b Allow waking up another process when started a second time.
This was not possible before and was solved by sending hotkey in version 1.
In v2 it will use named pipes for IPC communication, so it don't rely on hotkeys any more.
2023-06-03 20:18:10 +02:00
Peter Kirmeier 8311d9fd5b Enable key filters for hotkeys
Fix some hotkey combinations
Refactor code for better serialization
2023-06-01 00:32:28 +02:00
Peter Kirmeier 1c22c86d3e Restructured hotkey handling 2023-05-26 00:34:31 +02:00
Peter Kirmeier 9961e53c14 Replace placeholder for HotkeyTextbox in SettingsWindow with actual Control
(Just added to visual tree, not functioning correctly yet)
2023-05-25 20:52:31 +02:00
Peter Kirmeier f55af05bc3 Fix issue that key modifiers are parsed wrong
(registering the hotkey might have failed)
Simplified hot key pressed events
Remove obsolete class KeyPressedEventArgs
2023-05-22 23:57:54 +02:00
Peter Kirmeier f8c9913933 Make HotkeyControl buildable again.
Also try registering the hotkey on startup.
Extended error message why registering of a hotkey failed.
2023-05-21 21:13:18 +02:00
Peter Kirmeier 9fd7da2e98 Remove obsolete class EventDelay
(not used since 1.3.0.4)
2023-05-19 15:36:15 +02:00
Peter Kirmeier c7f4f44250 Replace SharpDX.DirectInput v4.2.0 with HIDDevices v3.0.1
This supports newer .Net version.
Also supports more gamepads like PS5 controller.
2023-05-01 16:24:33 +02:00
Peter Kirmeier ada694c611 Reenable scrolling (partially) 2022-12-01 00:16:30 +01:00
Peter Kirmeier 02ba400399 Baseline for version 2.x
Forms replaced with WPF
Migration not complete, yet
Known open points marked with TODOs
Limited and non-optimized feature set
2022-10-23 00:14:31 +02:00
Markus Hofknecht 18f1570d99 [Feature] Gamepad support (#451), version 1.3.1.4 2022-09-26 19:02:18 +02:00
Markus Hofknecht 021d1b2d85 [BUG] Default do a restart if any other instance is running (#320), version 1.2.6.0 2022-02-07 16:41:30 +01:00
Markus Hofknecht 23848e8014 [Feature] Fix warnings (#313), version 1.2.3.8 2022-02-05 12:47:27 +01:00
Markus Hofknecht 7e1f646783 [Feature] Executable to show the menu (#276), version 1.2.0.9 2022-01-01 22:22:18 +01:00
Markus Hofknecht 057e2281a6 [Feature] Executable to show the menu (#276), version 1.2.0.9 2022-01-01 19:52:39 +01:00
Markus Hofknecht 18443a1682 [Feature] Executable to show the menu (#276), version 1.2.0.9 2022-01-01 19:10:20 +01:00
Markus Hofknecht 2686adf0df Code Analyze and Refactor 0.12 (#109), version 0.11.4.3 2020-07-06 23:37:55 +02:00
Markus Hofknecht 2d2eb88339 Code Analyze and Refactor 0.12 (#109), version 0.11.4.2 2020-07-06 21:15:45 +02:00
Markus Hofknecht 2bfc3d40d3 #77, version 0.11.2.3
[Bug] Fix icon remains in systemtray #77
2020-06-29 09:16:23 +02:00
Markus Hofknecht 1ce126ddc3 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10, Version 0.9.2.14 2020-03-29 19:59:43 +02:00
Markus Hofknecht 3d0b56d844 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10, Version 0.9.2.13 2020-03-29 19:26:45 +02:00
Markus Hofknecht c08336df9e [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-28 00:42:32 +01:00
Markus Hofknecht c90563a0b8 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10, Version 0.9.2.11 2020-03-27 20:43:16 +01:00
Renamed from Helper/SingleAppInstance.cs (Browse further)