Giter VIP home page Giter VIP logo

Comments (15)

DanEdens avatar DanEdens commented on May 23, 2024 15

You can already do this with the standard virtual desktop, right click the window in the tab switcher and select show this window on all desktops.

image

from powertoys.

jburb avatar jburb commented on May 23, 2024 13

An existing alternative to virtual desktop enhancer, MoveToDesktop, is not archived, though it is limited to this one virtual desktop feature (move window hotkey). For me it's indispensable, and would be great to have the feature natively!

from powertoys.

StrScr avatar StrScr commented on May 23, 2024 10

I currently use Virtual Desktop Enhancer to that effect. It's no longer maintained, but still works. You can configure keyboard shortcuts to move the currently focused program to an adjacent desktop, either with you or without changing desktops yourself.

I personally have set Ctrl + Alt + Win + Left/Right to move a program without switching and Ctrl + Shift + Win + Left/Right to take a program along.

from powertoys.

ariccb avatar ariccb commented on May 23, 2024 4

And to follow krisrok's link, here's one that actually works on Win11. These obviously are just workarounds and it would be MUCH preferred to have a PowerToys version of the functions provided by these applications.
https://github.com/hwtnb/SylphyHornPlusWin11

from powertoys.

Tritlo avatar Tritlo commented on May 23, 2024 3

XMonad only has the concept of sending a window over, and then you switch over with the usual command. More useful that way I'd think, since I often want to "clean up" and send a window I don't want to close somewhere else.

from powertoys.

renantmagalhaes avatar renantmagalhaes commented on May 23, 2024 2

Since my ticket was closed as a duplicate, I think it's better to post it here.

The solution I found to achieve this relies in a AHK Script

Answer found here: https://superuser.com/questions/950452/how-to-quickly-move-current-window-to-another-task-view-desktop-in-windows-10.

I edited the keybindings from the original owner to ctrl + shit +win + left/right

^+#Left::
  WinGetTitle, Title, A
  WinSet, ExStyle, ^0x80, %Title%
  Send {LWin down}{Ctrl down}{Left}{Ctrl up}{LWin up}
  sleep, 50
  WinSet, ExStyle, ^0x80, %Title%
  WinActivate, %Title%
Return

^+#Right::
  WinGetTitle, Title, A
  WinSet, ExStyle, ^0x80, %Title%
  Send {LWin down}{Ctrl down}{Right}{Ctrl up}{LWin up}
  sleep, 50
  WinSet, ExStyle, ^0x80, %Title%
  WinActivate, %Title%
Return

Just compile it as an executable and put it on shell:startup

from powertoys.

AnthonyLenglet avatar AnthonyLenglet commented on May 23, 2024 1

You can already do this with the standard virtual desktop, right click the window in the tab switcher and select show this window on all desktops.

image

This isn't exactly the same thing (the proposal is mainly useful for when it comes to reorganising your windows using nothing but the keyboard) but it definitely helps for some cases

from powertoys.

DanEdens avatar DanEdens commented on May 23, 2024 1

Ah toggle that setting on the active window, actually I really like that and would use that more often. Good call imo.

from powertoys.

crutkas avatar crutkas commented on May 23, 2024

for keeping stuff documented, https://docs.microsoft.com/en-us/sysinternals/downloads/desktops is one tool that had a basic UX for virtual desktops long ago

from powertoys.

bitwiseman avatar bitwiseman commented on May 23, 2024

Note: #4298 is basically a duplicate of this idea, though it talks about "sending" a window to a specific virtual desktop rather than bringing it with when switching.

from powertoys.

Sarafian avatar Sarafian commented on May 23, 2024

Not to claim that this is the most useful post ever, but in my previous setup, I had a tool that did two things that I liked

  • Move windows between desktop using Win+Alt+Left/Right. Compated with the MoveToDesktop, this worked even when the app had already moved to another desktop
  • Show the name of the desktop when switching

I don't remember the name and I also cannot find it, hence my original remark of "not the most useful post ever". Sorry and if I find it I'll update here. It was certainly on github and worked as a portable as well. The app deserves much more visibility as well. If anyone knows it, please post as well because it would be a great base to discuss upon.

from powertoys.

rinzwind5 avatar rinzwind5 commented on May 23, 2024

Not to claim that this is the most useful post ever, but in my previous setup, I had a tool that did two things that I liked

  • Move windows between desktop using Win+Alt+Left/Right. Compated with the MoveToDesktop, this worked even when the app had already moved to another desktop
  • Show the name of the desktop when switching

I don't remember the name and I also cannot find it, hence my original remark of "not the most useful post ever". Sorry and if I find it I'll update here. It was certainly on github and worked as a portable as well. The app deserves much more visibility as well. If anyone knows it, please post as well because it would be a great base to discuss upon.

One that does that (it uses WIN-key+1..20 to switch to desktops) is WS Virtual Desktop Tool, available on the MS Store . It too does transfer windows to a desktop with shortcuts. https://www.microsoft.com/en-us/p/ws-virtual-desktop-tool/9n5wrj22t733?activetab=pivot:overviewtab

from powertoys.

Sarafian avatar Sarafian commented on May 23, 2024

One that does that (it uses WIN-key+1..20 to switch to desktops) is WS Virtual Desktop Tool, available on the MS Store . It too does transfer windows to a desktop with shortcuts. https://www.microsoft.com/en-us/p/ws-virtual-desktop-tool/9n5wrj22t733?activetab=pivot:overviewtab

Thank you. It was not from the store but a stand alone executable. Might have evolved to the paid app's link.

from powertoys.

krisrok avatar krisrok commented on May 23, 2024

Since we're collecting... this one also provides the functionality: https://github.com/ViRb3/SylphyHornEx

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on May 23, 2024

Interesting solution.
Sending Keypresses to activate the shortcut is a bit hacky, but if it works it's nice :)

from powertoys.

Related Issues (20)

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.