Giter Club home page Giter Club logo

ahkspy's People

Contributors

serzh82saratov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ahkspy's Issues

Are commas missing?

Global MemoryFontSize := IniRead("MemoryFontSize", 0)
	, FontBold := IniRead("FontBold", 0)
	, FontSize := MemoryFontSize ? IniRead("FontSize", "15") : 15			;;  Размер шрифта
	, FontFamily :=  "Arial"												;;  Шрифт - Times New Roman | Georgia | Myriad Pro | Arial
	, FontWeight := FontBold ? 900 : 500									;;  Насыщенность шрифта
	, HeigtButton := 32														;;  Высота кнопок
	, RangeTimer := 100														;;  Период опроса данных, увеличьте на слабом ПК
	HeightStart := 530														;;  Высота окна при старте
	wKey := 142																;;  Ширина кнопок
	wColor := wKey // 2														;;  Ширина цветного фрагмента

Should be global?

	HeightStart := 530														;;  Высота окна при старте
	wKey := 142																;;  Ширина кнопок
	wColor := wKey // 2														;;  Ширина цветного фрагмента

If yes, then commas are missing:

	, HeightStart := 530														;;  Высота окна при старте
	, wKey := 142																;;  Ширина кнопок
	, wColor := wKey // 2														;;  Ширина цветного фрагмента

DPI Scaling Issue

Thank you so much for this awesome tool! It is really great!

I have encountered an issue with ahkspy when I changed my laptop to Dell XPS17 recently. This laptop comes with default DPI Scaling of 250% @ Resolution of 3840x2400.

So when I open up ahkspy, to wording/text are super small and not sure how to fix it.

Any chance you may look into this DPI scaling issue, and maybe have some options to cater/enable for DPI scaled laptops (which is the trend for new laptops)

Thank you so much!!

Caret position

Hello!

Is it possible to retrieve the caret position in edit fields? I know this is possible in standard Win32 control edits, but I wonder if UIA allows this.

Thank you .

Best regards, Marius.

Context menus not detected via keyboard

Hello!

In standard win32 windows, controls, for example WinKey+R dialog box, where you have a drop-down and press AppsKey [Menu Key], to invoke the context menu, it is not detected only when you hover on it with the mouse.

Is it possible to detect the menu without hovering it with the mouse?

Thank you .

Best regards, Marius.

Support for ahk V2?

I'm thinking especially on the Keys pane. The syntax it outputs is for ahk V1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.