hotkeys Questions

3

Solved

Visual Studio Code has a search and replace widget with a little dropdown button that toggles between one-line search mode and two-line replace mode. If you hover the pointer over it there's a tool...
Gogh asked 23/6, 2022 at 13:18

2

Solved

I want to be able to move files around in Neovim without typing: :!mv xxxx/yyyy.file xxxx/zzzz/ I have NvimTree plugin currently installed and would like to use it since it has more information dis...
Industrious asked 18/8, 2023 at 19:26

4

Solved

I have a fairly simple autohotkey script that starts and stops music playback when I press one of the XButtons on my mouse: XButton1::Send {Media_Play_Pause}. The program works just perfectly and I...
Meliamelic asked 12/2, 2014 at 23:43

5

Solved

I am searching for a keyboard shortcut that allows me to combine 'Cmd-t' (open new tab) and 'Cmd-click on a symbol' (jump to definition). I want to be able to open the symbol definition in a new ta...
Margetmargette asked 28/3, 2013 at 18:26

7

Solved

I am showing a bunch of pictures and each picture has its own HTML page. I have an input button that onclick will take you to the next link for the picture. However, I want to be able to use my key...
Lepsy asked 21/2, 2011 at 1:5

2

I am trying to make a hot key (ie Ctrl + Y) that will change the focus to a text box. I am a transplant from Delphi, and this is confusing me. In Delphi 5 this was so, so easy. (On the caption of ...
Rebuke asked 4/5, 2012 at 16:13

4

Solved

The problem during debug when I try to press Step into hot key. It is set to F11 and F7 by default. When I try to press F11 nothing happens. When I try to press F7 it steps by code but when it must...
Wriest asked 19/1, 2022 at 16:19

2

Solved

I am running IntelliJ IDEA on my macOS Big Sur and ⌃ + space for basic complete does not seem to work. I looked under Preferences / Keymap / Code Completion / Basic, and it seems in order. Any idea...
Punctuality asked 3/3, 2022 at 12:20

4

Solved

I have a WPF ComboBox and I want to go to items that start with (for example) "e" in the ComboBox when I type that letter. How? My XAML code: <ComboBox ItemsSource="{Binding Roles}" SelectedVa...
Chalcanthite asked 5/2, 2010 at 9:8

3

Solved

I use the keyboard shortcut for Find in Files (CtrlShift+F), and use other hotkeys, like Alt+R to toggle regex matching on/off (though I wish they'd used the same shortcuts as Visual Studio! In Vi...
Griff asked 30/8, 2017 at 20:22

12

Solved

In Eclipse, while coding in Java and press Ctrl + Shift + O auto import all the Classes automatically. In NetBeans, this is done with Ctrl + Shift + I. Is any way to do this in IntelliJ IDEA? I s...

4

Solved

Imagine you have a super important and widely-used class in your Kotlin-based project. It has the only constructor which is defined like that: class MyAwesomeManager(argOne: String, argTwo: String...
Faltboat asked 15/9, 2017 at 10:13

6

Solved

In TextMate, for example, I use command + uparrow for the start of the file and command + downarrow for the end of the file. Android Studio doesn't do this. How do I do the same thing in Android ...
Perceptive asked 11/10, 2013 at 8:6

10

Solved

How do I trigger something when the cursor is within TEXTAREA and Ctrl+Enter is pressed? I am using jQuery.
Concerned asked 5/11, 2009 at 22:45

2

Solved

Is there a hotkey combination to open the context menu on a file in the project tree (instead of mouse right click) ?
Prolactin asked 6/7, 2018 at 19:10

3

I am using React-hotkeys for the keyboard shortcuts on a React project. GlobalHotKeys not working when focused on the input field. Please help me, I am unable to find out what I am missing. Demo (...
Sorrows asked 12/5, 2020 at 4:38

5

Solved

The AutoHotkey command Hotkey allows for the creation of dynamic hotkeys at runtime, but its syntax and documentation seems to limit it to built-in or existing labels/subroutines, which makes it mu...
Names asked 12/10, 2012 at 3:12

20

Visual Studio Code has a hotkey combination to split the current window to 2 or 3 panes: "key": "ctrl + \", "command": "workbench.action.splitEditor" Unfortunately, I can't find a way to switch ...
Goldeye asked 31/3, 2016 at 8:28

4

Solved

I'm refactoring some code and there are tons of functions with no try catch statements that are causing problems. Is there a keyboard shortcut in VS 2010 to allow me to select an entire function o...
Vibrissa asked 29/3, 2012 at 17:40

3

Solved

In the replace mode of vscode: The hotkeys of 'go to next match' and 'replace' are both enter. I want to selectively replace some words. For example, in the lower part of the image: I want to rena...
Macklin asked 18/8, 2021 at 3:16

3

tl;dr what does the first parameters value in com.apple.symbolichotkeys:AppleSymbolicHotKeys represent? details... the AppleSymbolicHotKeys structure the OS X symbolic hotkeys plist file at ~/...
Lykins asked 19/2, 2014 at 10:59

24

Solved

How can I switch between opened windows in Eclipse? There is Ctrl+F6, but it's asking me which one I want, but I want switch it like tabs in browser or window in operating system (Cmd/Win+Tab) with...
Estival asked 25/2, 2010 at 7:21

5

Solved

I have a windows application running at the backend. I have functions in this applications mapped to hot keys. Like if I put a message box into this function and give hot key as Alt+Ctrl+D. then on...
Unbecoming asked 25/10, 2008 at 5:53

3

Is there an easy way to set a keyboard shortcut for a tab in a tab control in Visual Studio 2010? Is there some property I can set? I looked online, but all the articles I saw were very confusing....
Immoral asked 15/12, 2010 at 17:33

2

Solved

Currently we can move a line up/down by alt+shift+UP and alt+shift+DOWN Though, when we have moved the line to target position and want to indent it, we have to go to the beginning of the line to ...
Squab asked 28/8, 2016 at 15:25

© 2022 - 2024 — McMap. All rights reserved.