-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed and Font Size #36
Comments
It has been accelerated a lot by native API, but UIA is just so slow. UIA is not designed for recursions in fact. |
Oh okay, thanks! |
Indeed UIA is very slow :/ Will look at making fonts and shortcuts configurable. #39 is landing support for configuration which should help in these cases |
+1 it it a little slow , hope improve it |
I have to second the Font size complaint. I am healing from a repetitive strain injury, and would feel confident going back to work with the help of this software, but the tags are just to small to use. |
The software is well designed, but the font size is maddening.
|
I would love to help with increasing the speed. May need some hints/guidance on where to start because I am more of a Python/linux guy. Here is an idea: |
Or you could calculate the hint after each time a click event is performed. |
Changing the font size is very simple. All you have to do is to modify this line, The more challenging part is to build the whole project after making the change. I had to download VisualStudio and .NET Framework 4.5.1 Developer Pack to make it work. I can add a commit that allows to customize the FontSize from a tray menu if you want me to (without building, etc). |
Hi guys! HOW TO CHANGE THE FONT SIZE: |
Feat/add changing font size in tray menu Ref #36
Hi
I really love your app. It's making life soooooo much easier. I've got a few questions.
I find that the hints take a bit too much time to appear sometimes.
The text was updated successfully, but these errors were encountered: