Browse Source

Update Dual Key Remap to 0.7

master
Ashton Charbonneau 2 years ago
parent
commit
32440a60e3
2 changed files with 6 additions and 6 deletions
  1. 1
    1
      README.md
  2. 5
    5
      bucket/dual-key-remap.json

+ 1
- 1
README.md View File

4
 
4
 
5
 - [AltSnap](https://github.com/RamonUnch/AltSnap) v1.52 ([GitHub releases](https://github.com/RamonUnch/AltSnap/releases))
5
 - [AltSnap](https://github.com/RamonUnch/AltSnap) v1.52 ([GitHub releases](https://github.com/RamonUnch/AltSnap/releases))
6
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
6
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
7
-- [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.6 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
7
+- [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.7 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))
8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))
9
 - [hledger](https://hledger.org/) v1.21 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
9
 - [hledger](https://hledger.org/) v1.21 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
10
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.4.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
10
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.4.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))

+ 5
- 5
bucket/dual-key-remap.json View File

1
 {
1
 {
2
 	"homepage": "https://github.com/ililim/dual-key-remap",
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.",
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.6",
5
-	"license": "Unknown",
6
-	"url": "https://github.com/ililim/dual-key-remap/releases/download/v0.6/dual-key-remap-v0.6.zip",
7
-	"hash": "sha256:905BFE4F91D65CECA6EAEB7947E33C5CF46A2DDE3E7B86334DA5666777CD08B3",
8
-	"extract_dir": "dual-key-remap-v0.6",
4
+	"version": "0.7",
5
+	"license": "GPL-2.0-or-later",
6
+	"url": "https://github.com/ililim/dual-key-remap/releases/download/v0.7/dual-key-remap-v0.7.zip",
7
+	"hash": "sha256:6BCD68CBEA29D1EAD254FDAAF38E52364A29B21B175A9AFFD13E9FEC03371C9F",
8
+	"extract_dir": "dual-key-remap-v0.7",
9
 	"bin": [
9
 	"bin": [
10
 		[
10
 		[
11
 			"dual-key-remap.exe",
11
 			"dual-key-remap.exe",

Loading…
Cancel
Save