key-bindings Questions
0
I'm running an application in the integrated terminal that needs inputs of the f1 - f9 keys but some of those get captured by other things like the command-palette (f1). I have been looking around ...
Swihart asked 17/2, 2020 at 7:22
3
Solved
For whatever reason, the KeyBindings for my UserControl aren't working as soon as my WPF Application loads. They do work after I press a button on the form but not when I set focus to the form by c...
Function asked 22/4, 2010 at 14:6
0
How to enable Ctrl+Shift+←/→ to select (highlight) previous or next word at the integrated terminal of VSCode?
Ctrl+←/→ in order to move the cursor by one word works perfectly, but Ctrl+Shift+←/→ o...
Reynold asked 27/11, 2019 at 16:35
4
Solved
I'm using KeyListeners in my code (game or otherwise) as the way for my on-screen objects to react to user key input. Here is my code:
public class MyGame extends JFrame {
static int up = KeyEve...
Voiture asked 30/3, 2014 at 6:57
5
Solved
This s-expression in my .emacs file does not produce the desired result:
(define-key global-map (kbd "C-=") 'djhaskin987-untab-to-tab-stop)
Why can't I bind a command to Ctrl+=?
EDIT for clari...
Siamang asked 18/5, 2012 at 21:38
2
Solved
In Xcode 4, I have been sucessfully able to add new custom keyboard shortcuts to move lines around or to duplicate a line:
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/ID...
Upswell asked 15/1, 2013 at 13:54
3
Solved
Is there a default key binding in VSCode to wrap a selection in an HTML tag like the keyboard shortcut Shift+alt+W in Visual studio 2015? I could not find anything similar in documentation or...
Chrysostom asked 24/5, 2016 at 18:34
3
Solved
Is it possible to define key bindings in WPF for a sequence of key presses like the shortcuts in Visual Studio e.g. Ctrl + R, Ctrl + A is run all tests in current solution
As far as I can see I ca...
Henricks asked 2/9, 2010 at 9:40
1
Solved
I like VIM a lot and I wanted to use it's keybindings everywhere. There are many IDE plugins that can emulate this but I wanted more, maybe VIM keybindings in Minecraft? :D or VIM keybindings every...
Brookite asked 4/7, 2018 at 20:28
4
Solved
I'm using org-mode for organizing myself (very useful so far!). However, it is kind of annoying writting
#+begin_comment
...
#+end_comment
each time I'd like to insert an environment.
Questi...
Tatman asked 2/10, 2013 at 19:41
2
Solved
I am using VSCode to write a Swagger (OpenAPI) specification and I want to make use of a specific extension to aid in the writing of that specification.
The extension I have installed does not sup...
Overtake asked 10/2, 2017 at 17:0
2
Solved
I want to bundle js files on save using webpack.
This is best accomplished using webpack watch. But whatever...
In the answers below is the result of my googling, which I hope will be useful to s...
Sheathbill asked 30/1, 2017 at 20:2
2
Solved
I'm looking for a way for VS Code to tell me the command name for a keybinding.
In Emacs, this functionality is available under describe-key (C-h k).
For example, in VS Code ⌘ A maps to editor.acti...
Consolation asked 12/9, 2018 at 20:44
2
Solved
I know what recording in vim is.
Let's say I have already a recording on a register and I'm missing some more keys that I want to add to that sequence. Is there a way to append these keys to an ea...
Ragwort asked 21/10, 2018 at 11:15
1
Solved
I tried to follow the directions in the Keybindings settings, but it didn't work.
I copied the default entry, opened the keymap file, pasted, changed to 'all', and saved.
'body':
'ctrl-shift-S...
Clew asked 8/6, 2018 at 0:44
3
Solved
I'm trying to bind my mouse double click to a function which for now just prints the current selection in a Tkinter list box. To be clear the function should only print when the user double clicks ...
Dimitry asked 3/12, 2014 at 2:19
2
In Emacs, I want to bind a particular key combination to a command. However, because I am using Emacs in terminal mode within iTerm2 on OS X, I need to translate the key combo to character escape s...
Friesen asked 4/12, 2015 at 21:52
4
Solved
I'm just starting to learn emacs (woohoo!) and I've been mucking around in my .emacs quite happily. Unfortunately, I don't know Lisp yet, so I'm having issues with the basics.
I've already remappe...
Lacrosse asked 26/12, 2010 at 22:25
4
Solved
I am trying to create a localizable WPF menu bar with menu items that have keyboard shortcuts - not accelerator keys/mnemonics (usually shown as underlined characters that can be pressed to directl...
Boll asked 23/2, 2014 at 18:8
2
Solved
In Vim I would enter visual mode with V then just move the cursor up (with k).
In kak I can select a line with x and I can extend the selection downwards by pressing X multiple times or by moving ...
Jonathanjonathon asked 27/5, 2017 at 18:47
2
Solved
I Googled this but was unable to find any clear explanation.
A lot of people praise Vim for sort of being its own internally consistent language but I am failing to see the consistency.
Since hjk...
Dupleix asked 5/10, 2017 at 5:35
4
is it possible to map Vim key bindings for windows? just like vimium for chrome. I don't like the mouse sometimes.
using vimium, I can press 'f' to generate 'names' for the link, and just press the...
Lavonda asked 5/2, 2015 at 3:20
1
Solved
I know, that I can unbind keys using unbind-key. In this case I have to know the key I want to unbind. But I don't know the key. I just want to unbind all keys of some-mode-map. I don't want overri...
Execratory asked 20/8, 2017 at 12:39
16
Solved
How do I go about binding a function to left and right arrow keys in Javascript and/or jQuery? I looked at the js-hotkey plugin for jQuery (wraps the built-in bind function to add an argument to re...
Atonic asked 9/9, 2009 at 23:37
1
I am a full-time .NET Developer, so I work in Windows 10 at work; however, I definitely prefer macOS and use it at home. I am a constant user of the Home and End keys and they make me so much more ...
Broadleaved asked 11/8, 2017 at 23:37
© 2022 - 2024 — McMap. All rights reserved.