Monday, August 18, 2014

Hot key detection on Windows 7

Is there any method to detect hotkey binding on Windows 7? AltGr+N should display a } sign on my localized keyboard, but it doesn't display anything or do anything. This behaviour is application independent, doesn't work system wide.
Although if I login to a remote server with remote destop from the same computer, this keybinding works flawlessly on the remote machine.


Any idea?


Hubi

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...