Coder Social home page Coder Social logo

bjalvestad / windowpadx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hoppfrosch/windowpadx

2.0 2.0 1.0 298 KB

This repo is a modified fork of WindowPadX (by hoppfrosch), which in turn was a fork from WindowPad (by Lexikos)

AutoHotkey 85.01% HTML 14.99%

windowpadx's People

Contributors

alecmev avatar artemisart avatar bjalvestad avatar denolfe avatar hoppfrosch avatar pacobyte avatar samkatakouzinos avatar

Stargazers

 avatar  avatar

Forkers

poa00

windowpadx's Issues

MoveWindowToMonitor (or mouse) does not always follow screen numbering in desk.cpl (Windows)

wp_GetMonitorAt(...), which is used by these functions uses system call "SysGet" to get monitor info.
This information is provided by Windows.
It seems however that the order/numbering of these monitors are reported is not necesarily the same as what is shown in "Display Settings".

See also:
https://autohotkey.com/board/topic/66536-sysget-incorrectly-identifies-monitors/

numbering used by SysGet is based on the order the monitors are enumerated by EnumDisplayMonitors.

EnumDisplayMonitors is a function provided by Windows. AutoHotkey provides it with the address of its own function, and it calls the function once for each active display monitor.

windows display control panel is not always numbering the monitors in the same order as they are enumerated in this method.

https://docs.microsoft.com/en-us/windows/win32/gdi/enumeration-and-display-control
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumdisplaymonitors

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.