Andrey Nekrasov
ca3c758046
[Chore] Run solution code cleanup ( #20584 )
2022-09-16 10:54:58 +02:00
Stefan Markovic
7b0f97597d
[PowerAccent] Move low-level keyboard hook to c++ ( #20190 )
...
* Move llkeyboardhook to c++
* expect.txt
* Address PR comment - Resolve namespaces
* Address PR comments - CallNextHook and correct char selection
* Also unpress the letter key
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2022-09-09 13:27:56 +02:00
Jaime Bernardo
3f3e837c36
[QuickAccent]Add a setting for the menu delay time ( #20221 )
2022-09-01 16:56:19 +01:00
Jaime Bernardo
9b3e8503a8
[QuickAccent] Rename PowerAccent to Quick Accent ( #20176 )
...
* Rename PowerAccent to Keyboard Accent
* Fix bug report and translation issue templates
* Rename to Quick Accent
* missing mention
2022-08-31 19:05:54 +01:00
Niels Laute
96f34ee4e9
[Settings]Icon updates for new utilities ( #20193 )
...
* PowerOCR icon updates
* Icon updates
* Update Selector.xaml
2022-08-31 17:47:19 +01:00
Stefan Markovic
9207983abb
[PowerAccent] Fix toolbar positioning on first launch ( #20135 )
...
As position is being set according to toolbar width&height (depends on num of
characters), on first toolbar-show size of the toolbar is wrong (list items are not set yet).
Therefore, first set characters and then position.
2022-08-29 09:19:00 +01:00
damienleroy
d9c0af232b
[New PowerToy] PowerAccent ( #19212 )
...
* add poweraccent (draft) for PR
* removing french text for Spell checking job
* add 'poweraccent' to spell checker
* add 'damienleroy' to spell checker file
* adding RuntimeIdentifiers for PowerAccent project
* duplicate image for settings
* update commandline arguments for launch settings
* Removing WndProc for testing with inter-process connection
* add PowerAccent sources for PowerToys
* fix spellcheck
* fixing stylecop conventions
* Remove StyleCop.Analyzers because of duplicate
* fixing command line reference
* Fixing CS8012 for PowerAccent.
* ARM64 processor
* - Modify PowerAccent fluenticon for dark mode
- Try fix arm64 release
* Remove taskbar
* init Oobe view
* - added POwerAccent to App.xaml.cs
- change style to markdown in Oobe display
* - fixing poweraccent crash
- change Oobe LearnMore link
* Installer and signing
* Cleanup
Add settings
* Issue template
* Add some more characters
* Disabled by default
* Proper ToUnicodeEx calling and remove hacks
* Fix spellcheck
* Remove CommandLine dependency and debug prints. Add logs
* fix signing
* Fix binary metadata with version
* Fix the added space bug
* Only type space if it was the trigger method
* Take account of InputTime for displaying UI
* Fix code styling
* Remove the Trace WriteLine hack and add a delay instead
* Reinstate logs
* Better explanations
* Add telemetry for showing the menu
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
* Update src/modules/poweraccent/PowerAccent.Core/Tools/KeyboardListener.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Add accented characters for S
* Default to both activation methods
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
Co-authored-by: Damien LEROY <dleroy@veepee.com>
2022-08-26 17:01:50 +01:00