Questions tagged [keymapping]

keymapping refers to binding keyboard input to specified output or specified commands

keymapping covers configuration techniques and scripting, rather than tools and devices.

References

384 questions
0
votes
1 answer

Key mapping in LLDB

Is there any way to specify key mappings in LLDB? Similar to Key mapping in GDB.
Franklin Yu
  • 8,920
  • 6
  • 43
  • 57
0
votes
0 answers

Is there a way to map a character to another in PyCharm?

I use an alternative keyboard layout (Dvorak based BÉPO for french) for witch the easiest apostrophe to type is this one: ’(U+2019), the one used in programmation ' (U+0027) needs the combination with AltGr. Is there a way in PyCharm to…
Camill
  • 11
  • 2
0
votes
1 answer

VSCode shorcut to tab between files on secondary editor group

I'm currently using VSCode to edit latex documents. The setup I have is the latex document in one editor group to the left, and then the preview of the document (pdf) in another group to the right. Additionally, I keep some other files open in the…
0
votes
2 answers

map to behave differently in vim

I want pressing backspace to result in: For references doing just x or just dl produces and dh gives
Joshua
  • 19
  • 3
0
votes
1 answer

What are keyboard shortcuts to find next and previous error in Netbeans 8.2 editor?

EDITED (see bottom) Is there really, after so many years of unanswered questions such as mine, no keyboard shortcut to jump to the next or the previous error in Netbears 8.2? This page says that the shortcuts are Ctrl+./, Next/previous…
DSlomer64
  • 4,234
  • 4
  • 53
  • 88
0
votes
1 answer

Vim - mapping a key to a function which does something else plus the orginal function of that key

The target is to have the key j doing a possibly complex task and moving to the next line (the latter action performed just like the original function of the j key). My initial attempt was to map j key this way: nn j :execute "call MyFun(" .…
Enlico
  • 23,259
  • 6
  • 48
  • 102
0
votes
1 answer

keymap to replace letter in Sublime text 3

I am trying to make a keymap to replace some letter combination to fix certain special Latin characters. Example: I am trying to make a Spanish ñ with gn: { "keys": ["gn"], "command": "insert_snippet", "args": {"contents": "\\\~n"} }, My expected…
Rodrigo
  • 121
  • 8
0
votes
1 answer

How to fix intellij keymap to old keymap after 2019 update Mac OS?

So I've recently installed Intellij and it seems the Mac OS keymap I used to use no longer exists. It used to be CMD + N for search classes and CMD + SHIFT + N for files, now it's changed to CMD + O for classes and CMD + SHIFT + O for files. Also…
samthebest
  • 30,803
  • 25
  • 102
  • 142
0
votes
1 answer

In Atom keymaps, what does ^ mean?

In an Atom keymap config file, you may encounter something like "ctrl-tab": "pane:show-next-recently-used-item", "ctrl-tab ^ctrl": "pane:move-active-item-to-top-of-stack", What does the ^ mean? The "in-depth" documentation seems to make no…
Kevin
  • 95
  • 9
0
votes
1 answer

Intellij plugin keymap first-stroke value

I have implemented a plugin that I would now like to use. However, I do not understand and did not see clear documentation on how to assign keyboard shortcuts. I would like to activate it on a alt + enter key combination, but its not obvious what my…
aiguy
  • 671
  • 5
  • 20
0
votes
0 answers

Change and refresh at runtime Generic.kl file

I'm doing a code that can remap keys on android. To do this i get the input from the user and with a standard map of scancodes and keycodes i rewrite at runtime the Generic.kl file changing the choosen element. After this i save and reboot. The…
0
votes
0 answers

Working With raspberry pi to map GPIO inputs to keyboard keys, using assembly

I am looking to set up a simple 6 button controller for a raspberry pi project, and in order to complete the project I need to us assembly to manipulate the registers so it will "map" to certain keyboard keys. So for instance I press the up button…
shurburt
  • 93
  • 2
  • 6
0
votes
1 answer

Bind keyMap on same Event but with CTRL and no CTRL

What I want to achieve is to set a handler/function to an Enter event, but in my case there's two different functions I want to invoke so my plan is to set the other Enter event to have a ctrl:true config/property. But it doesn't work, the only…
JC Borlagdan
  • 3,318
  • 5
  • 28
  • 51
0
votes
1 answer

Intellij Keymap Xcode

I'am trying to configure intellij IDE to use the same keymap as Xcode. But i cant find any Xcode keymap for IIDE (intellij IDE) - tried following This Link, but no luck. So i thought ok, why not just use Mac OSX 10.5+? Well this doesn't work as i…
Ivti
  • 29
  • 8
0
votes
2 answers

Where to find intelliJ Visual Studio keymap reference card

There is a default key map card for intelliJ that you can find here default key map card however I can't find the same card for Visual Studio key mapping (see screeshot below) or any other key mapping card for that matter. Where to find key mapping…
Sul Aga
  • 6,142
  • 5
  • 25
  • 37