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
-1
votes
1 answer

Two keys are to be pressed and released subsequently, AutoHotKey sends me a key of my choice

I have to press two keys: When the 'a' is pressed and released, thenafter 'b' is pressed and released and finally AutoHotKey sends me a key of my choice. Edit: like: a & b::c Here, I am not pressing both keys at the same time, but one after another,…
-1
votes
1 answer

Configure code folding in Atom to mimic PatentStorm

In PatentStorm, I used Ctrl+W — Ctrl+Shift+W to fold / unfold code. I migrated to Atom — is this possible to mimic?
-1
votes
1 answer

What's the easiest way to make letters "åäöé" on keyboard with eng_US keymap?

I'm Swedish but prefer programming with the US keymap. But sometimes I need to use the Swedish letters "åäö" or the letter "é" which also is used in the Swedish language sometimes. This is a hassle because I can't figure out how to make the letters…
-1
votes
2 answers

Open energyoptions with autohotkey

I am currently experimenting with AutoHotkey and wanted to create a script that opens up the windows energy options. But since there is no path or anything I can use, I simply can't figure out how to do it. Anyone knows a solution or has done this…
TheKidsWantDjent
  • 1,179
  • 1
  • 9
  • 20
-1
votes
1 answer

Oddities in Configuring Vim

Vim is exhibiting some configuration behaviors that confuse me. I have read that vim accepts $VIM/vimrc as its default configuration file. In my shell environment, $VIM is set to /etc/vim, but /etc/vim/vimrc is not used as the default config file.…
seewalker
  • 1,123
  • 10
  • 18
-2
votes
0 answers

Reprogramming a bluetooth remote control?

I bought a bluetooth remote control with a few buttons. The controller is meant to be used for TikTok on a phone. The "up" button on the remote would cause a swipe up action, which applies to the other 3 buttons like a D-pad. There is also a shutter…
AGL
  • 1
-2
votes
1 answer

How can ı make space key work as it should for intellij on mac?

I am trying to use Intellij for java.I am on a mac. Space button doesn't work as it should. In order to leave a blank,ı must use shift + space. Tried keymap and various other things,nothing worked. What am ı doing wrong? Tried keymap,remap some…
-2
votes
1 answer

Replace custom Keyboard Keys to appear in RichTextbox in C#

Hello World! I am looking for a solution, during typing keys in RichTextBox, I want to replace some of my keyboard keys with other keys from a different language. The replacements need instant like, whenever I type "A", I want "ب" OR my other desire…
Hammad Ali Shah
  • 363
  • 4
  • 12
-2
votes
1 answer

How do I implement Moga Controller support in my Java libgdx game?

How do I implement Moga Controller support in my Java libgdx game? I am working on a libgdx game and I want to implement moga pocket and game pad support If I understand correctly, mode a on moga controllers acts as moga pocket style support and…
Youseflapod
  • 132
  • 1
  • 10
1 2 3
25
26