Office Software Thread, Disable Right-Click in Office 2010 or Windows 7 in Technical; Thanks @ DSapseid , dangerously close - that is the right-click context menu blocked, however users can still Alt+Click on ...
-
6th February 2012, 05:53 PM #16 Thanks @DSapseid, dangerously close - that is the right-click context menu blocked, however users can still Alt+Click on a word to open the research pane! I know how to disable keyboard shortcuts, but not keyboard-and-mouse combinations. This is beyond stupid now!
Last edited by enjay; 6th February 2012 at 05:57 PM.
-
-
IDG Tech News
-
6th February 2012, 11:43 PM #17 The brutal autohotkey approach again to disable alt + click 
Code:
!LButton::Return
!RButton::Return
Last edited by andy_b; 6th February 2012 at 11:51 PM.
-
-
7th February 2012, 10:03 AM #18 Thus disabling the mouse altogether? Unplugging it would achieve the same, of course.
-
-
7th February 2012, 10:39 AM #19 
Originally Posted by
enjay
Thus disabling the mouse altogether? Unplugging it would achieve the same, of course.
Er, should only disable clicking when the alt is held down, at least on the three machines I tested it upon.
-
-
7th February 2012, 04:05 PM #20 
Originally Posted by
andy_b
Er, should only disable clicking when the alt is held down, at least on the three machines I tested it upon.
Okay, so what's the full autohotkey script file, and how do I assign it?
-
-
7th February 2012, 05:50 PM #21 
Originally Posted by
enjay
Okay, so what's the full autohotkey script file, and how do I assign it?
Code:
#NoEnv
#NoTrayIcon
#SingleInstance force
!LButton::Return
!RButton::Return
;Exit Routine
!f1::
ExitApp
Should do it fine. Download the installer AutoHotkey Download to enable you to compile the script into an exe. This then can be assigned via Group Policy in the user logon / logoff scripts section.
You probably wont want to include the "Exit Routine" as alt+f1 closes the exe, I had it in for testing / emergency use (on a fairly obscure key combo).
-
SHARE:
Similar Threads
-
By beeswax in forum Windows
Replies: 19
Last Post: 29th March 2012, 04:35 PM
-
By hig in forum Windows Server 2000/2003
Replies: 7
Last Post: 9th April 2009, 09:45 AM
-
By bigb3n in forum Windows
Replies: 10
Last Post: 7th November 2007, 01:32 PM
-
By crus8er in forum Windows
Replies: 3
Last Post: 21st June 2007, 08:26 AM
-
Replies: 16
Last Post: 4th April 2006, 10:23 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules