Skip to content

Commit

Permalink
style(touchcursor): clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
cutbypham committed Aug 11, 2021
1 parent 6f95ecf commit b5c88af
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions touchcursor/touchcursor.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Touch Cursor Linux configuration file

# Find this line using 'cat /proc/bus/input/devices | less' and copy the full Name="" line here
# If there are multiple devices with the same name, you may add :# to the string (ex: Name="Your Keyboard":2)
[Device]
Name="AT Translated Set 2 keyboard"

# Hyper key
# my default caps lock set as ESC
# set hyper key to space is good idea, usually touch typing just use 9 finger cuz i just use 1 finger touch space key left thumb alone Hyper key
[Hyper]
HYPER1=KEY_SPACE

Expand Down Expand Up @@ -40,11 +39,3 @@ KEY_0=KEY_F10
KEY_MINUS=KEY_F11
KEY_EQUAL=KEY_F12
KEY_SLASH=KEY_MENU
#KEY_RIGHTBRACE=KEY_PAUSE
#KEY_BACKSLASH=KEY_INSERT
#KEY_BACKSPACE=KEY_DELETE

# Moved over one key
KEY_COMMA=KEY_GRAVE
# This is not currently possible
#KEY_DOT=KEY_TILDE

0 comments on commit b5c88af

Please sign in to comment.