Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bseibold committed Aug 5, 2012
1 parent c177048 commit 7a6c038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ By enabling this, you can not only click by pressing down the trackpoint, but
also drag. This depends on *Press to select* being enabled.

### Press right
This changes to *Press to select* feature to generate right-button clicks
This changes the *Press to select* feature to generate right-button clicks
instead of left-button ones.

### Release to select
Expand Down Expand Up @@ -90,7 +90,7 @@ used. Place the following code in `/etc/udev/rules.d/10-tpkbdctl.rules`.

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="17ef", ATTRS{idProduct}=="6009", ACTION=="add", RUN+="/etc/udev/tpkbdctl_runner"

Customize this according to you needs and save it as `/etc/udev/tpkbdctl_runner`.
Customize this according to your needs and save it as `/etc/udev/tpkbdctl_runner`.
Don't forget to make it executable.

#!/bin/sh
Expand Down

0 comments on commit 7a6c038

Please sign in to comment.