Skip to main content

Questions tagged [keyboard-shortcuts]

Keyboard shortcuts provide quick access to application or system actions via combinatorial key presses.

keyboard-shortcuts
0 votes
1 answer
32 views

Make tkinter bind use keycode rather than keysym for language agnostic bindings

I'm working on Tkinter Python programs where I need to switch between Greek and other languages for input. My problem is that I then have to rewrite every key binding using and check for keycode to ...
PrebenR's user avatar
  • 26
2 votes
1 answer
39 views

what is the keyboard shortcut to reach end of line of multicursor in ubuntu? [duplicate]

Ubuntu 24.04 VS Code Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729 Date: 2024-07-09T22:08:12.169Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-...
xkeshav's user avatar
  • 53.5k
-2 votes
1 answer
22 views

Need to know the shortcut key to use for this code [closed]

#-----------------------------------------------------------------# shortcut key in vscode I am currently seeking information about a specific shortcut key in Visual Studio Code (VSCode) that I have ...
Swetha C01's user avatar
1 vote
0 answers
9 views

How to find the correct termcode for an input keystroke in neovim?

I want to map the keystroke Ctrl + § to :Telescope oldfiles in neovim. I naively tried this: vim.keymap.set('n', '<C-§>', ':Telescope oldfiles<CR>', {noremap = true, silent = true }) but ...
glades's user avatar
  • 4,445
-1 votes
0 answers
10 views

Re-maping keys via PowerToys

I'm coming with keys remaping problem. Here's the context: My laptop keyboard is broken, so I started to use Apple Magic keyboard 2. Re-mapped Command (originally windows) and Option (originally Alt) ...
Yarensky's user avatar
0 votes
0 answers
29 views

Visual Studio Code / function like in SSMS Query shortcut

How to configure VS code keybindings to run directly procedure under shortcut? For ex. I highlight name of object in query and run procedure under shortcut. Or maybe you know alternative soft which ...
Pikaros's user avatar
-2 votes
0 answers
59 views

There is shortcut mapped with 'n' and 'na'. How to handle to gets called only shortcut mapped with 'na' if pressing 'n' then 'a' quickly

There is shortcut mapped with 'n' and 'na'. How to handle to gets called only shortcut mapped with 'na' if pressing 'n' then 'a' quickly const shortcuts = { 'n': () => console.log('Shortcut with &...
dilip kumar's user avatar
1 vote
0 answers
23 views

How to Add Special Character Shortcuts in Excel Web Add in

I am writing an Excel Web Addin using Javascript and have implemented shortcuts on the add-in. The shortcuts are working with normal keys but I want to use special characters as shortcuts. { "...
Sourav Das's user avatar
0 votes
0 answers
7 views

QtCreator: missing shortcut for switching between widgets

For example (in QtCreator) using Ctrl-F to find a piece of text in the opened file – the focus switches from files to search box, I enter the searched text, I enter ENTER, and if existent, the file ...
joerngr's user avatar
  • 111
0 votes
1 answer
11 views

Keycode for copy/paste/cut

I wanted to use keyd to map some keys to copy/paste/cut in a layout-independent way, and I saw some keyboards (typematrix) that have keys for copy/paste… But unfortunately, I can't find any keycode to ...
tobiasBora's user avatar
  • 2,085
0 votes
0 answers
9 views

Firefox browser multi-line go backward and forward through command history shortcuts

Using console developer tools, it seems that in multi-line mode there's no shortcut for navigating through command history as you could with arrow keys. Currently, I'm trying to find in the source ...
Jony's user avatar
  • 61
0 votes
1 answer
27 views

Solved | Word: Shortcut to Customize Keyboard Window | Equivalent to VBA 'wdDialogToolsCustomizeKeyboard'

I frequently assign shortcuts to different templates, but it's cumbersome to always navigate through "File" > "Options" > "customize ribbon" > "customize ...
Josomeister's user avatar
0 votes
0 answers
11 views

Xcode shortcuts: "match words" and "match case"

Are there shortcuts in XCode equivalent to ALT+C and ALT+W in VS Code? These are toggling "match words" and "match case"
Megool's user avatar
  • 989
0 votes
0 answers
11 views

How to add keyboard shortcut for bar buttons

I have an iOS/iPad/Macos(Catalyst) app. There is a toolbar configured as follows: navigationItem.rightBarButtonItems = [ UIBarButtonItem(barButtonSystemItem: .add, target: self, action: #selector(...
Nick's user avatar
  • 3,339
2 votes
1 answer
59 views

How to make a global keyboard accelerator/hotkey for a button?

I have a ToggleButton with a KeyboardAccelerator that toggles a button whenever the B key is pressed. The problem I am having is that button is only togglable using the keyboard accelerator when the ...
Ryan Luu's user avatar
  • 413

15 30 50 per page
1
2 3 4 5
372