diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2020-05-19 22:10:51 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-05-21 19:43:03 +0300 |
commit | 4938967c48747e8026de5b414c38ac71cf9fbe3a (patch) | |
tree | a9692b258f840d9c67d90b5fbfbe5b7176cb293f | |
parent | 88b41fb8f2a3af96d9054c5abe2f928e95b67c29 (diff) |
sdm660-common: Remove unused keys from keylayouts
Change-Id: Iaa9d2e72d291f0013055e1493a0a5698b6ccc74e
-rw-r--r-- | keylayout/uinput-fpc.kl | 6 | ||||
-rw-r--r-- | keylayout/uinput-goodix.kl | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/keylayout/uinput-fpc.kl b/keylayout/uinput-fpc.kl index f3a204f..0cb7fbf 100644 --- a/keylayout/uinput-fpc.kl +++ b/keylayout/uinput-fpc.kl @@ -8,8 +8,4 @@ # as published by the Free Software Foundation. # -#key 96 DPAD_CENTER -key 102 HOME VIRTUAL -#key 105 DPAD_LEFT -#key 106 DPAD_RIGHT - +key 102 HOME VIRTUAL diff --git a/keylayout/uinput-goodix.kl b/keylayout/uinput-goodix.kl index 3817a78..fc33c53 100644 --- a/keylayout/uinput-goodix.kl +++ b/keylayout/uinput-goodix.kl @@ -7,8 +7,5 @@ # modify it under the terms of the GNU General Public License Version 2 # as published by the Free Software Foundation. # -#key 96 DPAD_CENTER -#key 96 DPAD_CENTER -key 102 HOME VIRTUAL -#key 105 DPAD_LEFT -#key 106 DPAD_RIGHT + +key 102 HOME VIRTUAL |