Skip to content
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

Open
AhmedThahir66 opened this issue Jul 24, 2021 · 11 comments
Open

Speed and Font Size #36

AhmedThahir66 opened this issue Jul 24, 2021 · 11 comments

Comments

@AhmedThahir66
Copy link

AhmedThahir66 commented Jul 24, 2021

Hi
I really love your app. It's making life soooooo much easier. I've got a few questions.

  1. Is there a way to make the hints appear quicker?
    I find that the hints take a bit too much time to appear sometimes.
    1. I'm using autohotkey to call the app in hint mode
    2. the file is stored in C: drive (SSD) next to programfiles, programdata, etc.
  2. I find the font size to be a bit too small. Is there a way to change that?
  3. Is there a way to toggle the app (other than using Esc)?
@liuxilu
Copy link

liuxilu commented Jul 25, 2021

It has been accelerated a lot by native API, but UIA is just so slow. UIA is not designed for recursions in fact.

@AhmedThahir66
Copy link
Author

Oh okay, thanks!
But what about points 2. and 3. ?

@zsims
Copy link
Owner

zsims commented Feb 28, 2022

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

@DylanOpet
Copy link

I'm so thankful someone created a Vimac alternative for Windows, thank you devs.

I also would love to increase the font-size. On my monitor, it's very small to read! I'm on 4K but everything is scaled 150% by Windows on default.

image

@iamqiz
Copy link

iamqiz commented Mar 24, 2022

+1 it it a little slow , hope improve it

@MaylinGood
Copy link

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.

@whoway
Copy link

whoway commented Oct 15, 2022

The software is well designed, but the font size is maddening.

  • Is there any method to adjust the font size of labels.

@adrianhajdukiewicz1
Copy link
Contributor

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:
Is drawing or calculating the problem? If the latter, then...
Why not to calculate the hints in the background for example every 5 seconds so as to have it already done when a user requests it? This could be an experimental feature, to be enabled in the configuration or assigned to another shortcut.

@AhmedThahir
Copy link

AhmedThahir commented Feb 12, 2023

Or you could calculate the hint after each time a click event is performed.

@adrianhajdukiewicz1
Copy link
Contributor

adrianhajdukiewicz1 commented Feb 15, 2023

Changing the font size is very simple. All you have to do is to modify this line, FontSize attribute to be precise:
https://github.com/zsims/hunt-and-peck/blob/master/src/HuntAndPeck/Views/OverlayView.xaml#L52

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).

adrianhajdukiewicz1 added a commit to adrianhajdukiewicz1/hunt-and-peck that referenced this issue Feb 16, 2023
@adrianhajdukiewicz1
Copy link
Contributor

adrianhajdukiewicz1 commented Feb 16, 2023

Hi guys!
I added an option to change the font size in settings.
New version of the application is available here:
https://github.com/zsims/hunt-and-peck/releases/download/release%2F1.7/HuntAndPeck-1.7.zip

HOW TO CHANGE THE FONT SIZE:
Find the application icon in tray, click right mouse button, select Options, then use the FontSize menu to change the font size.

zsims added a commit that referenced this issue Feb 16, 2023
Feat/add changing font size in tray menu Ref #36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants