-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced key mappings in AutomationExtensions
Added comprehensive key mappings for special keys and functions in AutomationExtensions.cs, significantly enhancing keyboard interaction capabilities. This update includes mappings for keys such as Null, Cancel, Help, and various system and function keys, covering a wide range of keyboard interactions. Additionally, fixed a syntax error in the Delete key mapping to ensure proper dictionary initialization. In ActionsController.cs, removed unused `using` directives for `System.Text.Json` and `Uia.DriverServer.Domain`, indicating a shift in JSON handling and a potential reorganization of namespaces and dependencies within the project.
- Loading branch information
1 parent
e3a57fd
commit 271246c
Showing
2 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters