hotkeys

Binding keys with javascript while preventing the browser shortcut keys

I'm making a javascript game and need to bind a lot of keys to different functions. This I know how to do, what I need some help on is over-riding the shortcut keys for the browser. in other-words I want to blur hot keys for the browser and divert them to my application. ...

How can I automatically highlight a specific character in link text using JQuery + CSS?

I'm adding hotkeys to a web application in order to enable keyboard shortcuts for our CSRs to use, to reduce injury and increase calls-per-hour. I'm using an ASP.net UserControl to inject javascript into the page and it's working great. I want the control to "just work", so that when hotkeys are assigned, using a declarative syntax, if ...

Cocoa - keyboard reference numbers for hotkeys; any docs detailing these?

I'm currently coding an app that has hotkey functionality, I've done some reading and was surprised to see it is all done via an old Carbon API. However, perhaps the biggest dilemma is I am unable to calculate the "Keyboard Reference Number"s it requires. The only app I have seen that makes this possible (ASyncKey) won't work anymore as...

CommonNavigator View: Some Hotkeys don't work

I have a RCP application that reuses "org.eclipse.ui.navigator.CommonNavigator" to give us a project view. It works well, except for one thing: Some hotkeys (Ctrl+C, Ctrl+V, Delete) just don't do anything, while others like F2 or F5 work just fine. I assume it might have to do with the fact that those keys that do not work also do someth...

What are cross-browser & cross-OS safe keyboard shortcuts usable for web application ?

Hi, I am developing quite large web app and it is probably good idea to use hotkeys for some common tasks. However I discovered that finding safe key combinations is a problem, regarding all different browsers and OSes. For example Chrome has such a long list of hotkeys that trying to use some kind of logical hotkeys scheme for my webap...

how to unable the browser's 'ctrl+s' , because i will set it ,

I use jquery-hotkeys: http://github.com/jeresig/jquery.hotkeys And this is my code: $(document).bind('keydown', 'ctrl+s', function(){$('#save').click()}); but I cannot disable the browser's default behavior. How do I disable it? ...

Hot key to pop open rename options?

When Visual Studio, when you rename a variable or type the name of a class that hasn't been included, a little box appears under the text. If you hover your mouse over it, it pops open and gives you options to either rename all the variables, or include the missing reference. I'm sure there's a hotkey to pop this open so I don't have t...

What does pressing SHIFT+DEL in project tree in Visual Studio do?

Hi I pressed SHIFT+DEL on source code file name in project tree in Visual Studio and it became grayed. What does it do? How can I undo? Thanks UPDATE: Refactored hot-key name in the title. My apologies to all the parties affected. ...