0
votes
1answer
152 views
How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?
NetBeans supports emacs-style keybindings, but for some reason it uses cmd as the "meta" key instead of alt, which seems to be the standard on OS X. (Terminal.app has a checkbox f …
5
votes
2answers
218 views
Can emacs differentiate between ctrl-r and ctrl-shift-r?
I'd like to bind ctrl-r to 'isearch-backward and bind ctrl-shift-r to 'tags-apropos but I can't distinguish between the two key presses.
Can emacs differentiate between ctrl-r and …
4
votes
5answers
323 views
Keybinding a RelayCommand
I'm using the RelayCommand in my app. It's great for putting the code in the viewmodel, but how do I bind keystrokes to my command?
RoutedUICommand has its InputGestures property, …
2
votes
4answers
113 views
Emacs merging buffers into one without using C-x 1 keybind
Hi!
Could you suggest the key bind in emacs to do the following:
Steps: for example
1) I divided all text editor area into 2 pieces with command C-x 2
2) Then I divided first o …
0
votes
2answers
120 views
Can’t wrap my head around implementing KeyBindings
Hi,
I want to handle hotkeys in my application. Writing a keybinding requires a command, which is fine, but it's not clear to me what is the minimum amount of work needed to imple …
0
votes
1answer
58 views
how to programically set keybinding schemes in kde
I'm making a automatic configuration script for kde and I want to replace the current keybindings with a key binding file of my own.
I found that there is a list of keybinding fi …
0
votes
0answers
35 views
Reloading PBKeyBindings.dict while Xcode is running
I am creating my Xcode key bindings by editing PBKeyBindings.dict, since this seems to be the way to create commands that are sequences of method calls. This works fine, but one mu …
0
votes
1answer
93 views
Is it possible to toggle a menu from keyboard input?
I'm building a dashboard'ish application for a special purpose hardware that has physical buttons that are bound to F1-F10, Up, Down, Backspace, Enter. The application consists of …
1
vote
1answer
66 views
C-Tab cannot be recognized in terminal?
I want to bind company-mode-map to C-tab, but it seems doesn't work. And I typed C-h k C-tab, it just said that I typed TAB but not C-Tab. It works in Xwindows, is there any way to …
3
votes
5answers
567 views
Emacs global-set-key to C-TAB
I'm trying to set a key-binding to Ctrl+TAB in Emacs. I used the following call:
(global-set-key (read-kbd-macro "C-TAB") 'my-func)
However, whenever I use it, I get a
<C-t …
4
votes
2answers
146 views
In which file was the keybinding defined?
Considering a keystroke in Emacs, e.g. C-x C-s. I can figure out which function it invokes by typing C-h c keystroke, but how can I find where this keybinding was defined?
(Maybe …
2
votes
2answers
902 views
How to capture CTRL+TAB, CTRL+SHIFT+TAB in WPF?
Does anyone have some sample code that will trap the CTRL+TAB and CTRL+SHIFT+TAB for a WPF application. We have created KeyDown events and also tried adding command bindings with …
1
vote
1answer
125 views
How do I make a key binding/shortcut for an ASP.NET button to postback via that button?
I'm developing what's intended to be a very efficient UI in ASP.NET.
I want my users to be able to hit ALT-A to postback the form via a particular button. In other words, when th …
0
votes
0answers
78 views
Zend Studio for Eclipse and VIplugin
Anyone using VIplugin with Zend Studio for Eclipse? I would love to be able to use vi keybinding and in theory it sounds like it would work. But wanted to check before buying the p …
3
votes
2answers
108 views
Universal keybindings in Eclipse
I want to be able to use CTRL-SHIFT-T to open a Java Type (source code file) from any perspective in Eclipse. Unfortunately, the keybinding only works in the Java perspective.
I …
