ソースを参照

Add AltDrag

master
コミット
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
+}

読み込み中…
キャンセル
保存