fusuma-plugin-appmatcher 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +23 -23
- data/fusuma-plugin-appmatcher.gemspec +1 -1
- data/lib/fusuma/plugin/appmatcher/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21759f031dfaf515588202ffbdf59be323542f1abe12ae08f037dceff4b5901f
|
|
4
|
+
data.tar.gz: f9e6365191943007c3550a4d7cc79496f529da49d7a9453ab4a672c7f35a4237
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5ce0492eeb84aa37a82fedab27befd850a17d8dde5d10ee8cc87bfbebf61c8fc53a484b2375e8f258cfa58fc716bdfd36a1f9d1c9db89333b8e118610e4320d
|
|
7
|
+
data.tar.gz: ef0643fa7604c9a11a20314e28a84a37695659ea76f10cd1fefec6fd24c1bd520611fce9712056632f38e67ab4f3cf0f70ec81eb754301492a7af0733af0ac09
|
data/README.md
CHANGED
|
@@ -49,7 +49,7 @@ In the following example of config.yml
|
|
|
49
49
|
* On Google-chrome, the three-finger gesture is mapped to open in tab, close tab, back in history, forward in history.
|
|
50
50
|
* On Gnome-terminal, the three-finger gesture will be mapped to open in tab, close in tab.
|
|
51
51
|
|
|
52
|
-
```
|
|
52
|
+
```yaml
|
|
53
53
|
# this is default context
|
|
54
54
|
swipe:
|
|
55
55
|
4:
|
|
@@ -62,28 +62,28 @@ swipe:
|
|
|
62
62
|
sendkey: 'LEFTCTRL+LEFTALT+UP'
|
|
63
63
|
LEFTSHIFT:
|
|
64
64
|
sendkey: 'LEFTSHIFT+LEFTCTRL+LEFTALT+UP'
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
65
|
+
---
|
|
66
|
+
context:
|
|
67
|
+
application: Google-chrome
|
|
68
|
+
swipe:
|
|
69
|
+
3:
|
|
70
|
+
left:
|
|
71
|
+
sendkey: 'LEFTALT+RIGHT'
|
|
72
|
+
right:
|
|
73
|
+
sendkey: 'LEFTALT+LEFT'
|
|
74
|
+
up:
|
|
75
|
+
sendkey: 'LEFTCTRL+T'
|
|
76
|
+
down:
|
|
77
|
+
sendkey: 'LEFTCTRL+W'
|
|
78
|
+
---
|
|
79
|
+
context:
|
|
80
|
+
application: Gnome-terminal
|
|
81
|
+
swipe:
|
|
82
|
+
3:
|
|
83
|
+
up:
|
|
84
|
+
sendkey: 'LEFTSHIFT+LEFTCTRL+T'
|
|
85
|
+
down:
|
|
86
|
+
sendkey: 'LEFTSHIFT+LEFTCTRL+W'
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## Contributing
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fusuma-plugin-appmatcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- iberianpig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rexml
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 2.0
|
|
47
|
+
version: '2.0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 2.0
|
|
54
|
+
version: '2.0'
|
|
55
55
|
description: fusuma-plugin-appmatcher is Fusuma plugin for assigning gesture mapping
|
|
56
56
|
per application.
|
|
57
57
|
email:
|