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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d5dbf8dc3ee23f090735cbf874b106a2605d4a7
4
- data.tar.gz: b4ac0e19910380ba62a7ea6783d7d10439dcd42f
3
+ metadata.gz: a510876d65266f27fc0ec9b809912b28cb9528fa
4
+ data.tar.gz: 36e206f619ae2689ed336f403c16c3afb32b9f82
5
5
  SHA512:
6
- metadata.gz: ea09346331be93f62365965af1db7b23dc8c231d9c56085e3d2a591db659f2eb46eee87dba9a14532a95b4f13edc96e6912485ede3a8e4070b11ae99b3dd0a9e
7
- data.tar.gz: 9da91d39bef22505cd3f7aad904df585452f7f649f303ebe16858d8e6ffe4b8974e59272d4d5ae0113fcc6a82e9c1fba5dc834bedff9165780debdc8efc24747
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
@@ -45,7 +45,7 @@ module Fusuma
45
45
 
46
46
  def extracted_input_device_from(line)
47
47
  return unless line =~ /^Kernel: /
48
- @device_name = line.match(/event[0-9]/).to_s
48
+ @device_name = line.match(/event[0-9]+/).to_s
49
49
  end
50
50
 
51
51
  def touch_is_available?(line)
@@ -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:
@@ -1,3 +1,3 @@
1
1
  module Fusuma
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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-01 00:00:00.000000000 Z
11
+ date: 2016-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler