I am configuring Jing's preferences.

I'd like to set the Capture hotkey to the PrintScreen key. However, when I set the focus on the Capture hotkey box and hit PrintScreen, nothing happens. However, if I do CTRL+PrintScreen it works correctly. Is there a way to set the Hotkey to only Printscreen?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Is there another (TechSmith) program installed that uses PrintScreen as the hotkey? (Such as SnagIt or Camtasia (trials)) Jing doesn't allow you to set it if another program is known to use it.

link|improve this answer
I do have Gadwin Printscreen installed, but I switched it off. I'll try again... – Mike C. Feb 13 '11 at 19:32
@MikeC You'll have to un set the autokey there too, not just turn it off – BloodPhilia Feb 14 '11 at 12:16
Yep, this was it. I uninstalled Gadwin and then was able to set the hotkey correctly. Thanks! – Mike C. Feb 14 '11 at 15:48
feedback

Either Windows itself or another program already has the hotkey bound, so we need to override it...


Just bind it to another hotkey first, example: ALT+F6

Then use an AutoHotkey script like this to remap PrintScreen to that key:

PrintScreen::!F6
link|improve this answer
1  
Interesting approach. This was my backup plan. – Mike C. Feb 14 '11 at 15:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.