Tagged Questions
The windows-key tag has no wiki summary.
6
votes
2answers
514 views
Linux: Mapping Windows key to M-x for the purpose of emacs usage
I am an emacs user (on linux laptop) looking to make better use of my keyboard settings. The windows key is unused on my keyboard... is there any way to map it to m-x? This might make many emacs ...
1
vote
3answers
330 views
how to detect if the windows key is pressed?
I would like to be able to detect when the windows Key is pressed. I tried with getasynckeystate function bug didnt found the right virtual key.
thanks for your help !
1
vote
1answer
109 views
Use the Windows-key for another purpose in C#
Is there a way to disable the standard built-in function of the Windows-Key (open the start-menu) and activate instead of that function for instance a delegate or an event in C#? I want to use this as ...
0
votes
1answer
22 views
Handling windows button during Async BeginGetResponse in wp7
is there any way to handle the Windows button keypress within the *.Xaml.cs especially when the app is busy getting a request processed using an Asynchronous BeginGetResponse. is there a override ...
0
votes
0answers
53 views
Custom Lock Screen in windows application using C#
We created a custom Lock Screen for windows application. There is a hot key which is global in the application. The application is a multithreading and many forms are there. A user may be in any form ...