Skip to content

Commit a71a28f

Browse files
FAI-Solution.move-window-between-desktops version 1.3 (microsoft#350937)
1 parent 8bde69f commit a71a28f

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
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-Solution.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-Solution
23+
ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1'
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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-Solution.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 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-manager
29+
- window-management
30+
- productivity
31+
- windows10
32+
- windows11
33+
- desktop-utility
34+
- move-window-between-desktops
35+
ReleaseNotes: Compiled EXE distribution; Installer bundled with all dependencies; Added additional hotkeys; Autostart configured automatically during installation; New custom tray menu with hotkey description
36+
ReleaseNotesUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/tag/v1.3
37+
InstallationNotes: |2
38+
39+
────────────────────────────────────────────────────
40+
Move Window Between Desktops v1.3 - Ready to use!
41+
────────────────────────────────────────────────────
42+
43+
HOTKEYS
44+
Ctrl + Shift + Win + Right/Left move window to next/prev desktop
45+
Ctrl + Shift + Alt + Right/Left move window (alternative key)
46+
Ctrl + Win + Right/Left switch between desktops (native)
47+
Ctrl + Alt + Right/Left switch between (alternative key)
48+
49+
AUTOSTART is configured automatically --> active after every login
50+
Install folder opens automatically > double click move-window-between-desktops.exe
51+
52+
WEBSITE https://fai-solutions.codeberg.page/move-window-between-desktops/
53+
SUPPORT https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues
54+
────────────────────────────────────────────────────
55+
ManifestType: defaultLocale
56+
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-Solution.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)