Jari Pennanen

Results 220 comments of Jari Pennanen

Hey thanks! More discoveries! SwitchDesktop actually [does take parameter](https://github.com/Grabacr07/VirtualDesktop/pull/21/commits/4632243c7aefb088818690975ef9ade9f62324a3#diff-8300a214b666b87206a131982998cd3cR41), according the code you gave, it's now doable. However I'm a bit busy right now, but it should be doable from...

Oh noes, it doesn't look like it. They are calling the keyboard shortcut to "fake it".

@mzomparelli thanks for updating, I see the Python script we now use outputs that. I'm testing with that now on my animation feature branch https://github.com/Ciantic/VirtualDesktopAccessor/tree/feature/animation It switches desktop that's for...

I think the function isn't used anymore if this article is true. Windows 11 may have removed the whole animation: https://answers.microsoft.com/en-us/windows/forum/all/windows-11-virtual-desktop-animation/b5adac48-7c54-4fd4-8e5e-3e4adf3d3a26 > I checked on Windows Insider Build and stable...

@Lej77 I also have an old branch with that https://github.com/Ciantic/VirtualDesktopAccessor/tree/feature/animation Last time I checked it didn't trigger animation but changed desktop normally without animation. I will try again when I...

I merged the pull request that did it.

I'm using this in AutoHotkey v2 to change desktop wallpaper for all desktops: ```ahk ChangeWallpaper(newPaper) { DllCall("SystemParametersInfo", "UInt", 0x14, "UInt", 0, "Str", newPaper, "UInt", 0) } ``` But having API...

Hmm, are these options only for the built in quick search? ![image](https://cloud.githubusercontent.com/assets/64731/25304565/82a64320-2772-11e7-9b53-e7c4cfee9a8f.png) They don't seem to work with this plugin.

I would like to point out that this project is possibly the best typed SQL builder attempt for JS/TS. Even when compared to mature competition in other languages, the qualities...

> This prevents containers with FUSE from being used on Windows and OSX hosts. Fuse mounting inside containers work just fine with Docker for Windows, when passing the same flags:...