瀏覽代碼

Add AltDrag

master
Ashton Charbonneau 3 年之前
父節點
當前提交
c22e23f517
共有 2 個檔案被更改,包括 23 行新增0 行删除
  1. 1
    0
      README.md
  2. 22
    0
      bucket/altdrag.json

+ 1
- 0
README.md 查看文件

@@ -2,6 +2,7 @@ Personal [Scoop](https://github.com/lukesampson/scoop) bucket containing custom
2 2
 
3 3
 Current programs:
4 4
 
5
+- [AltDrag](https://github.com/RamonUnch/AltDrag) v1.43 ([GitHub releases](https://github.com/RamonUnch/AltDrag/releases))
5 6
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
6 7
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
7 8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))

+ 22
- 0
bucket/altdrag.json 查看文件

@@ -0,0 +1,22 @@
1
+{
2
+	"homepage": "https://github.com/RamonUnch/AltDrag",
3
+	"description": "Fork from Stefan Sundin's AltDrag. It allows you to move and resize windows by using the Alt key and clicking wherever on the window instead of relying on very precise clicking. This fork tries to keep a version up to date with minimal amount of bugs while keeping it feature-rich.",
4
+	"version": "1.43",
5
+	"license": "GPL-3.0-or-later",
6
+	"url": "https://github.com/RamonUnch/AltDrag/releases/download/1.43/AltDrag1.43bin.zip",
7
+	"hash": "sha256:7828F88B7CDC7BF05E78FDA15813B744D4489109309361136F60C3E008529EDB",
8
+	"persist": "AltDrag.ini",
9
+	"shortcuts": [
10
+		[
11
+			"AltDrag.exe",
12
+			"AltDrag"
13
+		]
14
+	],
15
+	"bin": [
16
+		[
17
+			"AltDrag.exe",
18
+			"altdrag"
19
+		]
20
+	],
21
+	"checkver": "github"
22
+}

Loading…
取消
儲存