1
vote
2answers
122 views
Capturing Alt+PrintScreen hot key and clipboard contents
I setup catching hotkey on alt+printscreen. It catches perfectly but there is nothing in the buffer - no image. How can I get the image from Clipboard.GetImage() after catching hot …
1
vote
3answers
53 views
Hidden login in website - looking for hotkey idea
I am developing a CMS. One of the greatest everyday annoyances when working with it is that when you are on a front-end page, not logged in, and want to make a change, you need to …
0
votes
0answers
27 views
change internet hotkey [closed]
Hey,
I'm sorry if this is the wrong site to post this question. Anyways, my laptop (Acer Aspire 6930) has a hotkey to open the web browser. However, I just got Firefox and I was w …
1
vote
3answers
39 views
WPF hot key firing without modifier
I have a WPF window, which contains a button called Cancel. Under ordinary circumstances I want a user to be able to press Alt+C to cancel their actions and close the program. As …
0
votes
3answers
58 views
Ctrl+Enter jQuery in TEXTAREA
How do I trigger something when the cursor is within TEXTAREA and Ctrl+Enter is pressed? Using jQuery. Thanks
0
votes
0answers
39 views
Kill window or application just like linux do [closed]
Is there anyway that we can kill or force close a particular hanging window or hanging application by selecting it with some hotkey . Similar like CTRL+ALT+ESC and select window in …
3
votes
2answers
78 views
Cocoa NSStatusBar Global HotKey
I have created an NSStatusBar cocoa application which sits in the system status bar.
I want to assign a hotkey so that when pressed it toggles my applications and show the menu.
…
1
vote
3answers
75 views
hook a hotkey from windows logon screen
hi
i built a program that hooks the keyboard and when some hotkey pressed it openning the door (that connected to the COM1 serial port of the computer).
this works fine, until i …
12
votes
24answers
2k views
What is your favorite hot-key in Eclipse?
I've been using Visual Studio with Re-Sharper for the past few years and have recently taken a gig at a Java shop where we use Eclipse. Googling for Eclipse hotkeys has returned a …
0
votes
1answer
261 views
Change windows 7 hotkey or disable monitor orientation
Hi!
Windows 7 (may be Vista too) has the hotkey to change display orientation (Ctrl+Alt+[Up, down, left, right]). This hotkey correlates with the one of my IDE. So I would like to …
2
votes
2answers
93 views
How to hijack the Caps Lock key for Cut, Copy, Paste keyboard operations
Here is what I am trying to accomplish:
To Copy, press and release Caps Lock ONCE
To Paste, press and release Caps Lock TWICE, quickly
To Cut, press Ctrl+Caps Lock
The reason I …
1
vote
5answers
302 views
How can I make a “greenscreen” web app?
In informal conversations with our customer service department, they have expressed dissatisfaction with our web-based CSA (customer service application). In a callcenter, calls pe …
0
votes
2answers
291 views
JQuery- hotkeys and windows prompt issue
By referring to http://jshotkeys.googlepages.com/test-static-01.html
I try to implement this powerful tool and facing some issue.
everytime when I click Ctrl S, it will popup a wi …
5
votes
3answers
230 views
Hotkey commands for Silverlight in MVVM?
I'm trying to fire commands based on keystrokes in Silverlight. As I understand you cannot use AccessKey or AcceleratorKey in Silverlight. Also it looks like the might be helpful a …
0
votes
1answer
20 views
can parent window be notified when the hotkey control content changed? (win32)
Hi, I create a window for use setting, it contains a hotkey control and an apply button. In normal way, the button is gray, but I want it be usable when the user set an new hotkey …
