Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Can I change shortcut?

Reply
 
Old 07-01-2007   #1 (permalink)
Michelle


 
 

Can I change shortcut?

Hello, I have recently bought a new laptop... I am a big MS Office user, and
I often use the shortcut Alt-F11 to open the VBA editor in Office
applications. But the 'Web-Camera' application UVC 1.7.115.0213 (made by
Chicory) has co-opted that shortcut, so anytime I try to use the VB Editor,
I get a lovely image of me toiling away at my desk instead.

I would like to take the shortcut away from Web-Camera, so that it defaults
back to its usual use.

Anyone know how I can do this?

Thanks
Mx


My System SpecsSystem Spec
Old 07-01-2007   #2 (permalink)
Mick Murphy


 
 

RE: Can I change shortcut?

Open the webcam program, and look at it's options or tools files to untick
the keyboard shortcut option.
Or, go to the manufacturer's website for the info on how to.

"Michelle" wrote:

> Hello, I have recently bought a new laptop... I am a big MS Office user, and
> I often use the shortcut Alt-F11 to open the VBA editor in Office
> applications. But the 'Web-Camera' application UVC 1.7.115.0213 (made by
> Chicory) has co-opted that shortcut, so anytime I try to use the VB Editor,
> I get a lovely image of me toiling away at my desk instead.
>
> I would like to take the shortcut away from Web-Camera, so that it defaults
> back to its usual use.
>
> Anyone know how I can do this?
>
> Thanks
> Mx
>
>

My System SpecsSystem Spec
Old 07-01-2007   #3 (permalink)
Andrew McLaren


 
 

Re: Can I change shortcut?

Those keyboard shortcuts aren't defined by Windows, they are defined by the
various applications you have installed - Office, and the Chicony app.

(Well, Windows does define some keybard shortcuts of its own; but they're
only a small subset of the total keyboard operations active at any time -
for example, WinKey+F for search).

There are 2 ways an application can register a global hotkey hook with
Windows:

1) the "polite" way, RegisterHotKey(). This call wil fail, if another
application has already registered the same hotkey.

2) the brutal way, to call SetWindowsHookEx() to install a KeyboardProc()
hook procedure. This is a low-level operation, with few checks and balances.
It is also by far the most common method used. The last app to call the
function is the winner, and over-writes any pre-existing hooks. Sometimes
this might reflect the order in which the applications are launched (so,
start Office last) - but this is not enforced by the system, so there's no
guarantee.

If the Web Cam app is so inconsiderate as to co-opt a hard-coded global hook
for Alt-F11, there's not much you can do to stop it - except possibly
uninstall the application. If you're lucky, the webcam app will have an
option to select a different key combination. Or - I dunno much about Office
but I'm certain you can re-map the ViewVBCode command (which launches the
macro editor) somewhere under Customise, Keyboard. So you could set Office
to use a different key combo.

Bottom line: this is defined by the applications, not by Windows itself.

Hope it helps a bit,
Andrew

My System SpecsSystem Spec
Old 07-01-2007   #4 (permalink)
Michelle


 
 

Re: Can I change shortcut?

Thanks, I was hoping there would be a registry place to change it or
something. The webcam app always starts when the system starts. Maybe ifI
could disable this auto-start (any ideas) - PS There is nothing in the web
cam preferences that would help.

Thanks

M
"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:A1627D2B-1FB9-4C29-91E2-7D450DB2BC11@microsoft.com...
> Those keyboard shortcuts aren't defined by Windows, they are defined by
> the various applications you have installed - Office, and the Chicony app.
>
> (Well, Windows does define some keybard shortcuts of its own; but they're
> only a small subset of the total keyboard operations active at any time -
> for example, WinKey+F for search).
>
> There are 2 ways an application can register a global hotkey hook with
> Windows:
>
> 1) the "polite" way, RegisterHotKey(). This call wil fail, if another
> application has already registered the same hotkey.
>
> 2) the brutal way, to call SetWindowsHookEx() to install a KeyboardProc()
> hook procedure. This is a low-level operation, with few checks and
> balances. It is also by far the most common method used. The last app to
> call the function is the winner, and over-writes any pre-existing hooks.
> Sometimes this might reflect the order in which the applications are
> launched (so, start Office last) - but this is not enforced by the system,
> so there's no guarantee.
>
> If the Web Cam app is so inconsiderate as to co-opt a hard-coded global
> hook for Alt-F11, there's not much you can do to stop it - except possibly
> uninstall the application. If you're lucky, the webcam app will have an
> option to select a different key combination. Or - I dunno much about
> Office but I'm certain you can re-map the ViewVBCode command (which
> launches the macro editor) somewhere under Customise, Keyboard. So you
> could set Office to use a different key combo.
>
> Bottom line: this is defined by the applications, not by Windows itself.
>
> Hope it helps a bit,
> Andrew
>


My System SpecsSystem Spec
Old 07-08-2007   #5 (permalink)
said


 
 

RE: Can I change shortcut?

when i prees the open cam bottom the cam dos'nt start


"Michelle" wrote:

> Hello, I have recently bought a new laptop... I am a big MS Office user, and
> I often use the shortcut Alt-F11 to open the VBA editor in Office
> applications. But the 'Web-Camera' application UVC 1.7.115.0213 (made by
> Chicory) has co-opted that shortcut, so anytime I try to use the VB Editor,
> I get a lovely image of me toiling away at my desk instead.
>
> I would like to take the shortcut away from Web-Camera, so that it defaults
> back to its usual use.
>
> Anyone know how I can do this?
>
> Thanks
> Mx
>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Solved help with user folder shortcut name change General Discussion
Can't change shortcut icons Vista General
Create a shortcut to change user Vista account administration
How do you change the target of the shortcut or shortcut command l Vista General
Is there a shortcut key to change screen brightness? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46