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

"pinned window" #5

Closed
huo-feng-ding opened this issue Oct 21, 2021 · 3 comments
Closed

"pinned window" #5

huo-feng-ding opened this issue Oct 21, 2021 · 3 comments

Comments

@huo-feng-ding
Copy link

is there "pinned window" method, that pinned a active app window

@FuPeiJiang
Copy link
Owner

what do you mean by "pinned window" ?

image

@FuPeiJiang
Copy link
Owner

VD.ahk/VD examples.ahk

Lines 72 to 83 in a19a9bf

numpad0::
VD_TogglePinWindow("A")
return
^numpad0::
VD_PinWindow("A")
return
!numpad0::
VD_UnPinWindow("A")
return
#numpad0::
MsgBox % VD_IsWindowPinned("A")
return

@MaxSherry try it ? : )

@huo-feng-ding
Copy link
Author

i mean set to appear on all virtual desktops. that code is very usefull thank you

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

2 participants