Skip to content

Commit

Permalink
Add touchscreen tap event processing
Browse files Browse the repository at this point in the history
Thanks to Lasse Yledahl, see PR #3
Removes the problems in PR #2
  • Loading branch information
Rmano committed Dec 22, 2024
1 parent e5eb049 commit bf04704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ By Romano Giannetti <romano@rgtti.com> , <romano.giannetti@gmail.com>

Most laptops have a key combination (usually some Fn-*thing*) to enable/disable the touchpad.
But not all of them. My Lenovo Yoga L13, for example, doesn't have one.
This extension just enables/disables the touchpad;
This extension just enables/disables the touchpad;
by default, it restores the touchpad in the enabled state when you logout and login,
but you can choose just to remember the old state in the options.

### Features

Click on the icon to change from Touchpad On to Off.
Click (or tap with a touchscreen, [thanks to Lasse Yledahl](https://github.com/Rmano/gse-touchpad-onoff/pull/3)) on the icon to change from Touchpad On to Off.

Each click toggle the status.

Expand All @@ -28,7 +28,7 @@ Each click toggle the status.
### I'm stuck!

If you are stuck without mouse or touchpad, open a terminal window
or the command prompt of gnome-shell (with Alt-F2) and issue
or the command prompt of gnome-shell (with Alt-F2) and issue

dconf write /org/gnome/desktop/peripherals/touchpad/send-events true

Expand Down
2 changes: 1 addition & 1 deletion TouchpadOnOff@romano.rgtti.com/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"url": "https://github.com/Rmano/gse-touchpad-onoff",
"uuid": "TouchpadOnOff@romano.rgtti.com",
"settings-schema": "org.gnome.shell.extensions.touchpadonoff",
"version": 4
"version": 5
}

0 comments on commit bf04704

Please sign in to comment.