Skip to content

Commit 430b090

Browse files
FAI-Solutions.move-window-between-desktops version 1.3 (#358587)
1 parent d87b85f commit 430b090

3 files changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created using wingetcreate 1.12.8.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: FAI-Solutions.move-window-between-desktops
5+
PackageVersion: "1.3"
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
Scope: machine
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
ElevationRequirement: elevatesSelf
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/download/latest/move-window-between-desktops-setup.exe
18+
InstallerSha256: 896B5DD4099AA2975D0835A395029232EDFC5493E676692D038F40AE222274CD
19+
ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1'
20+
AppsAndFeaturesEntries:
21+
- DisplayName: Move Window Between Desktops
22+
Publisher: FAI-Solutions
23+
ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1'
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Created using wingetcreate 1.12.8.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: FAI-Solutions.move-window-between-desktops
5+
PackageVersion: "1.3"
6+
PackageLocale: en-US
7+
Publisher: FAI-Solutions
8+
PublisherUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops
9+
PublisherSupportUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues
10+
Author: Johannes Faber
11+
PackageName: Move Window Between Desktops
12+
PackageUrl: https://fai-solutions.codeberg.page/move-window-between-desktops/
13+
License: MIT
14+
LicenseUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/src/branch/main/LICENSE
15+
Copyright: Copyright (c) 2026 Johannes Faber (FAI-Solutions)
16+
ShortDescription: Move the active window between virtual desktops using hotkeys
17+
Description: Windows 10 and 11 let you switch between virtual desktops using Ctrl+Win+Arrow, but they lack a built-in shortcut to move the currently active window to another desktop. This script fills that gap by allowing you to move your active window to the next or previous virtual desktop on Windows 10 / 11 with a single keyboard shortcut - a feature Microsoft should have included long ago.
18+
Moniker: move-window-between-desktops
19+
Tags:
20+
- move-virtualdesktop
21+
- move-window-with-hotkeys
22+
- virtual-desktop
23+
- autohotkey
24+
- hotkey
25+
- windows
26+
- keyboard-shortcuts
27+
- ahk
28+
- window-management
29+
- desktop-switcher
30+
- productivity
31+
- windows10
32+
- windows11
33+
- desktop-utility
34+
- move-window-between-desktops
35+
- virtual-desktop-shortcut
36+
ReleaseNotes: Compiled EXE distribution; Installer bundled with all dependencies; Added additional hotkeys; Autostart configured automatically during installation; New custom tray menu with hotkey description
37+
ReleaseNotesUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/tag/v1.3
38+
InstallationNotes: |2
39+
40+
────────────────────────────────────────────────────
41+
Move Window Between Desktops v1.3 - Ready to use!
42+
────────────────────────────────────────────────────
43+
44+
HOTKEYS
45+
Ctrl + Shift + Win + Right/Left move window to next/prev desktop
46+
Ctrl + Shift + Alt + Right/Left move window (alternative key)
47+
Ctrl + Win + Right/Left switch between desktops (native)
48+
Ctrl + Alt + Right/Left switch between (alternative key)
49+
50+
AUTOSTART is configured automatically --> active after every login
51+
Install folder opens automatically > double click move-window-between-desktops.exe
52+
53+
WEBSITE https://fai-solutions.codeberg.page/move-window-between-desktops/
54+
SUPPORT https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues
55+
MIRROR https://github.com/FAI-Solutions/move-window-between-desktops
56+
────────────────────────────────────────────────────
57+
ManifestType: defaultLocale
58+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created using wingetcreate 1.12.8.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: FAI-Solutions.move-window-between-desktops
5+
PackageVersion: "1.3"
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)