G Gunjan Saini Member Tuesday at 12:52 PM #1 I don't know how to disable touchscreen on Chromebook easily. Can anyone explain me?
J Jamesandreson Member Tuesday at 1:06 PM #2 To disable the touchscreen on a Chromebook: Press Search + Alt + T to open the Crosh (Chrome Shell). Type shell and press Enter. Type sudo su and press Enter. Then type: echo 0>/sys/class/input/eventX/enabled (replace X with your touchscreen event number). Note: This may not work on all models, and a restart may re-enable it. Upvote 0 Downvote
To disable the touchscreen on a Chromebook: Press Search + Alt + T to open the Crosh (Chrome Shell). Type shell and press Enter. Type sudo su and press Enter. Then type: echo 0>/sys/class/input/eventX/enabled (replace X with your touchscreen event number). Note: This may not work on all models, and a restart may re-enable it.