Questions tagged [keymaps]

59 questions
1
vote
1 answer

Wrong behavior of Ctrl+Left/Right in IntelliJ IDEA

In IntelliJ IDEA File->Settings->Keymap->Editor, actions I have for Ctrl + is -> Move caret to prev/next word. However when I press Ctrl + > key it starts moving with word selection. What could be the problem here? Very uncomfortable to…
Aleksey Kontsevich
  • 4,671
  • 4
  • 46
  • 101
1
vote
1 answer

Assign a keymap to a key in Emacs

Is there way in Emacs to assign a key to a keymap with all its bindings? I used to do following: (defvar my-new-map) (define-prefix-command 'my-new-map) (global-set-key (kbd "C-~") my-new-map) (cl-loop for code being the key-code of…
EvgeniySharapov
  • 3,078
  • 3
  • 27
  • 38
1
vote
2 answers

how to remap the keys on a bluetooth gamepad

I have a Bluetooth gamepad that I want to use with my nexus 7 (2013). It worked great out of the box apart from one snag. The right thumbstickbutton is mapped to back. Thus makes it really difficult to play games like GTA where the right thumbstick…
1
vote
1 answer

IntelliJ Idea 14 keyboard works weird on mac

Earlier I could delete a selected text with delete key in my mac. Now I have to delete it using "shift" + "delete"."delete" deosn't work anymore Also when I selected a text and delete it, I cannot use arrow keys to move the cursor. It keeps…
1
vote
1 answer

Confused about the keyhash that in facebook android sdk

I m working with facebook sdk for android, and I ve red almost every documentation I ve found about it, but what confuses me, is the keyHash, I ve heard that its made for security, and in this slidenerd tutorial Mr Vivek says that its supposed to be…
user4307744
1
vote
1 answer

PyCharm keymap: altered copy and cut commands

I was looking for a way to disable the Copy and Cut commands usual behavior alteration: applying to current line instead of doing nothing when no selection is active. I'm regularly caught with my emacs user reflex: Ctrl+X, Ctrl+S ... which deletes…
RockyRoad
  • 640
  • 5
  • 17
1
vote
0 answers

Light Table auto close Parenthesis on Windows 7 International Spanish Keyboard

I'm using a International Spanish Keyboard with deadsunkeys the following code works for "'(){} but not for [], any clues?. To test I used: [:editor.keys.normal "ctrl-`" :tabs.next] and nothing happened. Light Table 0.7.2 user.keymaps ;; Auto…
FreeFog
  • 21
  • 4
1
vote
2 answers

error C2784 ,class in key map

I have a problem with the container map. I need to store my own class Person in key but i have error C2784 (i.e., "The compiler cannot determine a template argument from the supplied function arguments."). It's example from the book "Ivor Horton's…
Deni
  • 21
  • 5
0
votes
1 answer

Holding `jj` leaves inserted `j` character in Neovim

I'm trying to map jj to but it's not working as expected. I've tried adding these to keymaps in my init.lua, but it's not behaving as expected: vim.keymap.set('i', 'jj', '', { noremap = true }) vim.api.nvim_set_keymap('i', 'jj', '',…
currenthandle
  • 1,038
  • 2
  • 17
  • 34
0
votes
1 answer

How to get deleting text to work in JetBrains Fleet Public Preview?

I am using latest Mac OS 13.4 and JetBrains Fleet 1.19.95. Maybe it's just me, but delete button don't works for me with any of the keymaps available – I receive just beeping. I tried editing default keymaps, but receive only beeping or wrong…
Denys Ivanenko
  • 388
  • 7
  • 21
0
votes
0 answers

How to write vim script to continuously move to the next window until window has a specific filetype in vim?

for example I have multiple windows in a vim instance: +---+---+---+ | | | | | A | | | | | | | +---+---+---+ Different window has different filetypes, some are plugins (NvimTree/undotree/vista), others are real editing buffer…
linrongbin
  • 2,967
  • 6
  • 31
  • 59
0
votes
0 answers

How to toggle bookmark in current file

I usually used bookmark in Android Studio and when I use short cut to next bookmark or previous bookmark, will only be on current file. But now in Android Studio new version, it will go to bookmark in other file, what a annoying change. how to…
GHH
  • 1,713
  • 1
  • 8
  • 21
0
votes
0 answers

How can I bind a kbd macro to a key for future sessions in common lisp?

This is probably a newbie question. I'm trying to bind a keyboard macro to a key and have it available each time I load a file. I'm using lispbox. This is the code I'm trying (the macro used here is just a placeholder): (fset 'macro1 (lambda…
0
votes
1 answer

How to add keymap (shortcut) in a newly written addon

I am new to the programming and blender. I have written a small addon which is working fine. But I want to assign that to a key (shortcut). Can anyone please help me with it. Thanks
0
votes
1 answer

Shortcut for Block Comment is not working

it should be a very simple task but really I dont know how to solve this problem! I use Pycharm and I have an Italian keyobard so no / on my keyboard (to do it I have to press Shift + 7), and the built in shortcut to comment a block of code in…
paolopazzo
  • 277
  • 2
  • 14