fusuma 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/fusuma.rb +1 -1
- data/lib/fusuma/config.yml +4 -4
- data/lib/fusuma/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a510876d65266f27fc0ec9b809912b28cb9528fa
|
4
|
+
data.tar.gz: 36e206f619ae2689ed336f403c16c3afb32b9f82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca75e1cf8a7f0921018fd353b5db9a88c4544d6f5fb7d33372c3f6776a0fbdc45c2365087c7b0f1342dd3f20d88386ba53943a1630cc0436a3947fa1c172a083
|
7
|
+
data.tar.gz: 1ddf273b0a1850ef257dd02826c8d62f765d19adf232c26fcf85452c8d61bb52f11a60ed45bd1168b5a0d45db4ccabdfd72ff03ca2e9924da4536462db9246f3
|
data/README.md
CHANGED
@@ -41,18 +41,18 @@ You can customize the settings for gestues to put and edit `~/.config/fusuma/con
|
|
41
41
|
swipe:
|
42
42
|
3:
|
43
43
|
left:
|
44
|
-
shortcut: 'alt+Right'
|
45
|
-
right:
|
46
44
|
shortcut: 'alt+Left'
|
45
|
+
right:
|
46
|
+
shortcut: 'alt+Right'
|
47
47
|
up:
|
48
48
|
shortcut: 'ctrl+t'
|
49
49
|
down:
|
50
50
|
shortcut: 'ctrl+w'
|
51
51
|
4:
|
52
52
|
left:
|
53
|
-
shortcut: 'super+Right'
|
54
|
-
right:
|
55
53
|
shortcut: 'super+Left'
|
54
|
+
right:
|
55
|
+
shortcut: 'super+Right'
|
56
56
|
up:
|
57
57
|
shortcut: 'super+a'
|
58
58
|
down:
|
data/lib/fusuma.rb
CHANGED
data/lib/fusuma/config.yml
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
swipe:
|
2
2
|
3:
|
3
3
|
left:
|
4
|
-
shortcut: 'alt+Right'
|
5
|
-
right:
|
6
4
|
shortcut: 'alt+Left'
|
5
|
+
right:
|
6
|
+
shortcut: 'alt+Right'
|
7
7
|
up:
|
8
8
|
shortcut: 'ctrl+t'
|
9
9
|
down:
|
10
10
|
shortcut: 'ctrl+w'
|
11
11
|
4:
|
12
12
|
left:
|
13
|
-
shortcut: 'super+Right'
|
14
|
-
right:
|
15
13
|
shortcut: 'super+Left'
|
14
|
+
right:
|
15
|
+
shortcut: 'super+Right'
|
16
16
|
up:
|
17
17
|
shortcut: 'super+a'
|
18
18
|
down:
|
data/lib/fusuma/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fusuma
|
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: 2016-11-
|
11
|
+
date: 2016-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|