Ashton Charbonneau 4 лет назад
Родитель
Сommit
f0adb40b6f
2 измененных файлов: 26 добавлений и 0 удалений
  1. 1
    0
      README.md
  2. 25
    0
      bucket/dual-key-remap.json

+ 1
- 0
README.md Просмотреть файл

@@ -3,6 +3,7 @@ Personal [Scoop](https://github.com/lukesampson/scoop) bucket containing custom
3 3
 Current programs:
4 4
 
5 5
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20200112 ([GitHub releases](https://github.com/google/closure-compiler/releases))
6
+- [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.4 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
6 7
 - [Go Replace](https://github.com/piranha/goreplace) v2.5 ([GitHub releases](https://github.com/piranha/goreplace/releases))
7 8
 - [Google Play Music Desktop Player](https://www.googleplaymusicdesktopplayer.com/) v4.7.1 ([GitHub releases](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases))
8 9
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.3.0.1/v2.3.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))

+ 25
- 0
bucket/dual-key-remap.json Просмотреть файл

@@ -0,0 +1,25 @@
1
+{
2
+	"homepage": "https://github.com/ililim/dual-key-remap",
3
+	"description": "Remap any key to any other two keys on Windows. Most commonly used to remap CapsLock to Escape when pressed alone and Ctrl when pressed with other keys. Written in C to run at the lowest Windows API level for speed and reliability.",
4
+	"version": "0.4",
5
+	"license": "Unknown",
6
+	"url": "https://github.com/ililim/dual-key-remap/releases/download/v0.4/dual-key-remap-v0.4.zip",
7
+	"hash": "sha256:161AE62732BFDC11A8A99B785C348C61CEFA01565EC7BACDA254658149342325",
8
+	"extract_dir": "dual-key-remap-v0.4",
9
+	"bin": [
10
+		[
11
+			"dual-key-remap.exe",
12
+			"dual-key-remap"
13
+		]
14
+	],
15
+	"shortcuts": [
16
+		[
17
+			"dual-key-remap.exe",
18
+			"Dual Key Remap"
19
+		]
20
+	],
21
+	"persist": [
22
+		"config.txt"
23
+	],
24
+	"checkver": "github"
25
+}

Загрузка…
Отмена
Сохранить