|
Author |
Topic: Disable Rightclick (Read 245 times)
|
|
Coeluh
|
 |
« on: October 26, 2009, 08:14:24 AM » |
|
I want to use my laptop for a presentation and allowing people to use my mouse to navigate through screens. Although, I want to temporarliy disable the right click of my mouse. Is it hard to disable it? Also, I would like it if the left mouse button will be disabled after every click for 10 seconds.
|
|
|
|
« Last Edit: October 26, 2009, 08:16:20 AM by Coeluh »
|
Logged
|
|
|
|
|
lanux128
|
 |
« Reply #1 on: October 26, 2009, 08:54:31 AM » |
|
take a look here for some solutions. you can also use this snippet. [ copy or print] #Persistent #SingleInstance force #NoEnv SendMode, Input *RButton::Return *LButton:: Send, {LButton} Sleep, 10000 ;10 seconds Return
|
|
|
|
|
Logged
|
|
|
|
|
Loading...