A way of responding to individual keys typed by a user in UI frameworks.

learn more… | top users | synonyms (3)

4
votes
1answer
56 views

Emacs escape key

Currently, if I press C-h c, then trice press ESC key on keyboard I get result ESC ESC ESC (translated from <escape> <escape> <escape>) runs the command keyboard-escape-quit What ...
0
votes
0answers
4 views

JApplet KeyListener

So I have an applet that I created, and it works on certain computers, but not others. It seems as though the Applet will not sense the key events that are happening. Is there a special way to set the ...
1
vote
1answer
28 views

keyReleased() method with Key Bindings in Java?

I'm a little bit new to Key Bindings, as I have been using KeyListeners for the majority up until recently when KeyListeners proved to be my biggest obstacle. I'm wondering how you would program a ...
0
votes
0answers
8 views

bind ctrl+insert in zsh? [migrated]

What key combo do I use to bind ctrl+insert in my zshrc? I tried entering quoted-insert mode (ctrl+V) but pressing ctrl+insert does not output anything.
0
votes
0answers
12 views

Key binding for changing eclipse tab traversal

When using eclipse, I often use the find/replace tool without touching the mouse. I'll press ctrl+f, type the text I want to find, press tab, type the replacement text, then press shift+tab 3 times, ...
0
votes
0answers
5 views

Key Binding / KeyEventDispatcher / KeyListener all not working in Applet

I'm converting an application of mine to an applet, and I have been really struggling trying to get consistent responses to key input. I'm doing this in Eclipse, and it will often work in the eclipse ...
0
votes
0answers
10 views

Installing Emacs Emulation keybindings — Invalid VSIX package

I'm trying to install the extension for Visual Studio 2012 that allows emacs key-bindings. I'm following through the steps here: Emacs Keybindings in Visual Studio 2012 I'm up to step 5: Run ...
1
vote
2answers
33 views

Distinguishing between the hold and release of a modifier key between two keystrokes in Vim

I'd like to make a mapping in Vim so that CtrlTab switches to the previous buffer (:b#), but then if Tab is pressed again without releasing Ctrl, switches to the next buffer (:bn) instead. This is ...
1
vote
2answers
24 views

How to disable CONTROL+PAGE_UP of a JTabbedPane?

How to disable the default behavior of CONTROL+PAGE_UP and CONTROL+PAGE_DOWN of a JTabbedPane?
0
votes
1answer
38 views

WPF MVVM - Activate ViewModel-command by use of hot keys from MainWindow

I have an MVVM application in which the MainWindow contains a grid with several views. In one of the viewmodels there is a command which I can activate by using hot keys in its corresponding view. I ...
0
votes
0answers
33 views

Enthought Canopy emacs keybinding

Canopy's integrated Ipython terminal allows to use Emacs keybindings, but the integrated code editor won't. This is a problem when switching from one window to the other... Is there a way to activate ...
1
vote
2answers
36 views

Key listener and key bindings doesnt work every compile

Basically i have created a key listener connected to my JPanel.. And sometimes when i compile and run it it does work realy good and no problems what so ever.. But then sometimes when i compile it ...
0
votes
1answer
67 views

Creating a “Repeat last macro” keybinding in sublime text vintage mode

At the moment, I am trying out sublime text. Most of it is fine, but there is one big feature that I can't figure out how to implement in sublime text. In vim, have have space bound to repeat the last ...
0
votes
1answer
31 views

Can numeric keypad zero be used in key binding for Sublime?

I like to assign what I consider the most useful/used shortcut in my IDE or editor to the 0 on the numeric keypad. I find it fast and convenient. I have keypad in NumLock mode but that is fine. I ...
0
votes
1answer
32 views

java - Can Keybinders Implement the keyPressed and keyReleased methods?

I'm looked through the tutorials on how to use key bindings, and I have used them before, but now the situation is different. I have a piano roll, the keys of which correspond to keyboard keys. I need ...
7
votes
3answers
164 views

How do you remove the Ctrl+C action on a JFileChooser?

I'm embedding a JFileChooser in my program in my own frame with other custom components in the frame. Here's a design of my app as it may help visualize my issues: If you can't tell, the lists ...
1
vote
3answers
37 views

KeyListeners not responding when added to JFrame

I've been reading the java documentation and am trying to understand key listeners and their uses. I managed to make a simple program where 'w' and 's' toggled the background colour, however when I ...
2
votes
1answer
41 views

Taking keyboard input and using for variable events

I have a game that has a ship which can move in all 6 dimensions. All of the physics work but i am having trouble translating input from the keyboard into variable output. I would like the 4 engines ...
3
votes
1answer
47 views

Vim: swapping 2 characters in operation-pending mode

Using an exotic keyboard layout, I have to remap g (among others) which is, on my layout, in the h position on a classic qwerty layout. To do so I decided to swap g with h with the following commands: ...
1
vote
1answer
36 views

Vim binding next search ('n') to another key

Hi lately, I was playing around with key bindings. I know that for example: nnoremap g <Del> Will map delete to key 'g'. But I cannot find a way to change binding for 'n' key. :help index says ...
1
vote
2answers
82 views

Insert a newline without entering in insert mode, vim

I want insert newlines in normal mode in vim using Shift-Enter and Ctrl-Enter. I try some solutions and mixing solutions from Vim Wikia - Insert newline without entering insert mode but Shift-Enter ...
0
votes
1answer
42 views

Vim and assigning function to a key

Hi! For about 3 last weeks, I have been using Vim. I must say, I love the navigation keys on the home row! A week ago I switched to Dvorak, and the new location of the movement keys, simply doesn't ...
1
vote
1answer
39 views

Multiple keys for one getInputMap

I am looking for a way to use a certain acion when I press 2 buttons simultaneously. Practically the character can run if I first press D (for moving) then S (for running).But when I try to first ...
2
votes
0answers
60 views

How can I change vim mappings for accented characters

I am trying to change vim mappings for (french) accentuated characters. à (ASCII 133) I would like it to be Alt+a À (ASCII 183) I would like it to be Alt+Shift+a é (ASCII 130) I would like it to be ...
0
votes
1answer
27 views

jQuery animation jumps to top of parent when pressing up or down. Works with right and left

I'm trying to make a little fun spaceshooter game. I animated the position of my spaceship, but when I press up or down, it jumps to the top of the parent element. I've noticed that it overwrites the ...
4
votes
1answer
32 views

How to bind Ctrl+/ in python tkinter?

<Control-Shift-Key-0> <Control-Key-plus> works but <Control-Key-/> doesn't. I am unable to bind ctrl+/ in python. Please help. If there is any documentation of all the ...
0
votes
2answers
111 views

How to define the keyStroke for the numpad - enter key

I'm about to use keybinding in a swing application for the num pad enter key, but the key is difficult to catch. All examples I have seen rely on something like key == KeyEvent.VK_KP_LEFT ...
0
votes
3answers
63 views

For Emacs, how to bind keys only in certain action?

Specifically, I'd like to change the key bindings of Emacs-Helm. When I run helm-find-files, if I hit C-z on a directory, you can jump into the selected directory. I'd like to change this behavior ...
0
votes
1answer
35 views

Keybinding code not working

I've been trying to learn how to use Key Binding in Java. This is what I have so far but it doesn't seem to be working. When I press 'w' it's supposed to print "Hello!". However pressing 'w' does ...
1
vote
2answers
63 views

KeyBindings not working properly in JApplet

The class is used to start a game that I made when you press space and then restart the space when you press space in the game over screen. It works the first time when I press space and starts the ...
0
votes
2answers
75 views

Binding number keys to buttons for calculator

How do I go on about doing this? I don't like the the idea of having to press each individual button. I'm really trying to understand all of this. I get the concept of binding I just don't know how to ...
0
votes
2answers
122 views

KeyListener doesn't work

I'm programing a game Bomberman-like, and I have a problem with my KeyListener. The thing is, when the game is running, the KeyListener doesn't respond, but when it's not running, it does what I tell ...
0
votes
1answer
69 views

Java KeyBindings: How does it work?

I keep seeing that I should use Key Bindings instead of KeyListeners. So I found this page: Key Bindings. I read through it and tried to implement it. Action numPressed = new AbstractAction() { ...
1
vote
1answer
51 views

Key Bindings not responding

I followed an example someone posted on another question for key bindings to control an object. For the sake of simplicity all it is controlling is printing "woo" when VK_UP is pressed but it doesn't ...
0
votes
2answers
64 views

Emacs multi keyboard shortcut

I'm trying to create a combination keybinding. Here's an example: (define-key my-minor-mode-map (kbd "x f") "\C-x\C-f") (edit: Thanks you Stefan for pointing out the space between \C-x and \C-f.) ...
1
vote
1answer
66 views

C# how to disable keybinding

The MenuItem control has the convenient property IsEnabled (inherited from UIElement). This allows me to, when appropriate, hide the command exposed by that menu option. But if that command is also ...
1
vote
2answers
122 views

Java Keybinding Plus Key

I was trying to create shortcuts for zooming in and out in an image editing application I'm creating and I noticed something strange. To bind the combination of ctrl + +, I had to use the = key and a ...
0
votes
1answer
36 views

How to edit keybindings in PyDev?

It is said here that if you type Ctrl+Shift+L twice, it will bring you to the place where you can edit/see the keybindings you have in your installation.But it just doesn't work in my PyDev,nothing ...
0
votes
1answer
190 views

Java - Detecting any key press with KeyBindings?

I read that it is better to use KeyBindings than KeyListeners. I see how KeyBindings are useful for a specific reaction to a specific key; but I am also trying to detect the press/release of ANY key ...
3
votes
1answer
135 views

XCode Using TAB to tab multiple lines of code

Is it possible to select multiple lines of code in XCode and when I press TAB button all those selected lines indent? I know CMD+[ will indenet and CMD+] will undent. But I want that same principle ...
0
votes
2answers
112 views

Binding keys to JButtons

I have a fairly simple Calculator and I am trying to bind keys to JButtons. I am new to Java and I don't know much. I do know it involves ActionListener but I can't wrap my head around how to get it ...
1
vote
2answers
71 views

Vim keybinding invoked by two keys

What I want to do: How can I create a custom keybinding in vim to write "hello world" while in insert mode, by first holding down 'w' then pressing '2'? Note, I don't want my command invoked by ...
2
votes
1answer
123 views

How to create an interactive animation?

So my teacher wants me to make an interactive animation. The problem is that he didn't tell the class how to do it. (It's an online course). The gist is that he wants me to make a graphic that can be ...
-2
votes
2answers
272 views

Java Keybindings [closed]

I need to bind all the arrow keys to perform the same function but each time get which key was pressed. Currently I only have when the right arrow key is pressed via the following ...
2
votes
1answer
81 views

How to exclude columns from tab key navigation?

By pressing tab the focus is moved to the next cell. I'd like to change this behavior, so that certains columns are excluded from tab key navigation. Let's say a table consists of 5 columns, then only ...
0
votes
1answer
95 views

Type ENTER key is not capture

In my application I have a JTable where I mapped a Key event. The source: getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0), ...
-1
votes
1answer
59 views

Unable to implement KeyBinding

i was trying to move a rectange using KeyBinding but i guess i am unable to implement it properly. i am a beginner in java and i cannt find the error in this program So please help me out. Thnx in ...
3
votes
2answers
249 views

Key bindings vs. key listeners in Java

I note that in Java / Swing there seem to be at least two different ways of handling key events: Key Bindings Key Listeners What are the advantages / disadvantages of each, and when should you ...
2
votes
1answer
251 views

Change behavior of tab key in Sublime Text 2

I have been using Sublime Text 2 for a little over a few weeks now, and just a little while ago, my key bindings changed and I couldn't get them back like I wanted, so I uninstalled/reinstalled ...
0
votes
0answers
37 views

Disable all items in org.gnome.** keybindings schema at once

Is there a way to disable all keybindings at once instead of doing this: gsettings set org.gnome.desktop.wm.keybindings activate-window-menu [] gsettings set org.gnome.desktop.wm.keybindings ...

1 2 3 4 5 9