key-bindings Questions
8
I'm just wondering if there's a way that I can hold down the control key or something and use my jkli keys as arrow keys. I think it will be easier to program. Is that possible? Thanks.
Otiliaotina asked 1/6, 2015 at 14:41
7
Solved
I've been using Vim for many years and have never really thought about it. A friend of mine asked why that is, noting that in our culture, left would usually map to up while right would map to down...
Mentality asked 1/7, 2011 at 22:21
12
Solved
I am trying Visual Studio Code lately and i've noticed that when i try to add a line comment in an HTML file (using Ctrl+/ or Ctrl+K Ctrl+C) instead of this: <!-- -->, i get this {# #}.
In J...
Tentacle asked 19/5, 2016 at 0:21
4
I can't seem to find a good list of documented commands that can be run from VSCode keybindings.
On the online VSCode documentation, the Commands Guide lists two ways to discover commands:
Brow...
Benign asked 18/8, 2019 at 2:57
4
I am running on a Mac, and using VMWare Fusion to run Ubuntu, where I have VS Code installed. Naturally the default install on Ubuntu has linux-style shortcuts, in particular, control-c (copy), con...
Teets asked 23/7, 2018 at 0:14
3
Solved
I've been trying out APL. I'm running Windows 10 and I've installed Dyalog 18.0, and the APL Language and APL Backtick Symbols extentions for VS Code.
But even though I'm not running any of these p...
Harbison asked 5/10, 2021 at 9:3
1
Solved
For some reason the "ctrl+right" / "ctrl+left" keybindings does not work for me in visual studio code. I took a screenshot of my keybindings.json and the Keyboard Shortcuts Trou...
Geezer asked 20/6, 2021 at 0:5
3
What is the simplest way to (globally) bind a key combination (e.g. <Super>+A) to a function in a gnome shell extension?
Inspecting a couple of extensions, I ran into the following code:
gl...
Cosmorama asked 7/9, 2012 at 21:6
4
Solved
I've been working on an Emacs minor mode lately and part of its functionality was displaying images in separate buffers. So far I've been using a function like this:
(defun create-buffer-with-imag...
Carrnan asked 5/12, 2014 at 17:23
3
Solved
I have created a key binding for a JTextArea Component. When invoked, it creates a new instance of itself and sets focus to it.
If you hold down the enter (which invokes key binding) my program wi...
Immoderate asked 31/8, 2012 at 22:18
8
Solved
Is there any straightforward way of telling the whole WPF application to react to Escape key presses by attempting to close the currently focused widow? It is not a great bother to manually setup t...
Beasley asked 5/10, 2010 at 12:4
1
Solved
Is there a way to use the same key for a shortcut? For example, on Mac, IntelliJ uses shift shift (double tap the shift key) for searches. I would like to mimic that function in VSCode, but i...
Cruzeiro asked 12/2, 2020 at 20:45
0
I wonder if there's a way to make the Alt (or another key) work like Ctrl-o, but for as long as the key is pressed. For example, if you're in insert mode and want to move 10 lines down and 2 words ...
Jegar asked 19/1, 2021 at 20:35
2
Solved
I usually find interesting zsh keybinding settings (through bindkey command) around the web. My question is how do I interpret what these escaped sequences mapped to? For instance, here is a snippe...
Bellarmine asked 15/3, 2011 at 15:40
3
I'm making changes to the default keybindings and getting some conflicts. Just unsure how I can unmap a keybinding that I don't need? I tried to hit delete on when selecting the shortcut in the lis...
Schriever asked 11/5, 2017 at 18:27
2
Solved
For example, I would like to add a key binding Ctrl+R Ctrl+T for the entry:
Python: Run Python File In Terminal
Many thanks.
Crinum asked 22/1, 2018 at 18:17
10
Solved
If I select a variable (not just any string) in my code, all other instances of that variable get a stroke (white outline) around them:
Is there a keyboard shortcut that will let me select all o...
Factor asked 30/5, 2013 at 19:46
5
Solved
Where can I find an exhaustive list of available keybindings that a user can define in a CSS file for GTK+ 3?
I have already checked those resources:
https://developer.gnome.org/gtk3/stable/GtkC...
Fulminant asked 27/5, 2015 at 16:17
1
Solved
In bash, I can bind the Up and Down arrow keys to history search with
"\e[5~": history-search-backward
"\e[6~": history-search-forward
in ~/.inputrc.
If at the prompt I type ca...
Serrell asked 13/7, 2020 at 20:27
2
Is there a keymap for Xcode that would make it behave the same as products from JetBrains? (IntelliJ keymap)
I tried Googling, but Google is completely useless in this case, as it presents results...
Chairwoman asked 18/8, 2017 at 12:5
2
Solved
I've been using VSCode a lot lately and have gotten used to the keys-shortcuts/key-bindings (Ctrl+D, Ctrl+P, Alt+leftArrow, etc). However I've recently had some work where I needed to use regular V...
Hibernal asked 27/5, 2020 at 19:0
7
Solved
I'm trying to put in a feature that I miss from Eclipse, where Alt+[Up/Down] transposes the lines up or down, but can not for the life of me figure out how to assign to these keys properly. I am us...
Circumfuse asked 4/12, 2010 at 0:5
1
Solved
I have a 60% mechanical keyboard where the capslock works as an fn button. By pressing FN + i/j/k/l, it works as the arrow buttons.
I would like to replicate this behavior on the laptop's keyboar...
Bigner asked 18/4, 2020 at 22:13
5
While writing Clojure code, I often end up with spaces between the last expression and the closing brackets. Something like
(defn myfunction
[arg]
(do
(expr1)
(expr2)|
))
where | is the pos...
Thurmanthurmann asked 20/9, 2013 at 19:37
5
So, on Eclipse Luna, I often encounter the situation where I'm typing a method name, but the first autocomplete suggestion is not the method I am looking for but something that is prefix-equivalent...
Cuspidor asked 5/8, 2014 at 15:22
© 2022 - 2024 — McMap. All rights reserved.