-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Add shortcut to make window available on all desktops #55
Comments
Hi, glad you've found it useful! SolutionYes, I have added this functionality to my private version of the script, all you need is to add these lines and you'll be able to use Capslock + h for example, to pin the window on all desktops
|
Well done! I have test it,but met the error: Error: Call to nonexistent function |
Thanks! |
Error: Call to nonexistent function _CallWindowProc |
Yeach. Popup notification can make the status more clean. It is really a good idea ! Very happy for your sharing ,if you does not matter |
Added it:) |
_GetCurrentWindowTitle() { |
You're right) Does everything work now ? |
Yes. everything goes well. Thanks again. |
Use proces name as pop notification for pin or unpin seem more clear than window tile. _GetCurrentWindowProcess() { |
Except for pop notification for pin or unpin operation, switch backgroud with desktop can make switch more clear .
|
@Elijas Does anyone else have issues with the two functions as well? And does someone know a resolution? I would really love to be able to use those two lasts functions. |
Agree with you, only togglePin works for me, the other 2 don't work, and would love the functionality... |
I know it's an old issue, but I got it to work when I moved the six "global" statements up to the "DLL" section where the other "global" statements are. |
This is very useful for me ,thanks author!
I use strokens plus work with this ahk script,which can make mouse move to control the virtual desktop switch. left right top button of mouse move to switch four virtual desktops. which is really wonderful.
but ,I have a new idea that pin a application on the top of any virtual desktop nomatter I switch it.
whether can make it ?
The text was updated successfully, but these errors were encountered: