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

learn more… | top users | synonyms

0
votes
1answer
12 views

Typing special characters with keyboard shortcuts instead of alt-numbers on Windows

How can I type special characters with keyboard shortcuts, like on OSX? For example Option+Shift+R will make an ‰ (per mil-symbol) on Mac, how do I do the same on Windows? I have already tried the ...
2
votes
0answers
10 views

chrome extension: chrome.commands shortcut affecting incognito window, even though extension isn't enabled there

Chrome extension development: I am using the chrome.commands to specify certain global shortcuts. If I specify a shortcut that overrides a default browser shortcut (for which I have a good reason!), ...
0
votes
1answer
22 views

How to add keyboard shortcuts to SWT dialog using messages.properties file?

I need to add keyboard shortcuts to an SWT dialog in an Eclipse RCP application. Is it possible to add shortcut using the messages.properties file, without any coding/programming needed?
0
votes
0answers
24 views

Is there some ways to change windows 7 shortcut keys? [closed]

I have been using Mac for a while, I recently got Win machine for work. The shortcut keys make me not very comfortable, I would like to keep both OS have same general shortcut keys, I'd like to swap ...
1
vote
2answers
33 views

What is the IntelliJ shortcut key to create a javadoc comment?

In eclipse, I can press alt + shift + j and get a javadoc comment automatically generated with fields, returns, or whatever would be applicable for that specific javadoc comment. I'm assuming that ...
0
votes
1answer
18 views

Disable Chromium Ctrl+T, Ctrl+N, Ctrl+W, Alt+F4, etc on Linux in kiosk mode?

Is there a way to disable Chormium's shortcut keys in Linux? I've tried the --app and --kiosk flags but they don't disable the shortcuts, you can still create a new (though unusable) tab with Ctrl+T ...
1
vote
1answer
26 views

How do I bind another key to isearch-forward in EMACS correctly?

I swap between Windows and Linux frequently and constantly press C-f when I want to search in EMACS. Since I don't need forward-char that much, I decided to bind C-f to isearch-forward (default C-s) ...
0
votes
4answers
83 views

what does Ctrl + PLUS/MINUS do in modern browsers?

From my understanding, the best way for increasing text size is using Ctrl + +. This also keeps the layout. But does anyone know what exactly browsers do when this key combination is pressed? I want ...
0
votes
1answer
24 views

Why am I unable to get the alt key pressed?

I am trying to get the Alt key to set a shortcut as Shift+Alt+A orCtrl+Alt+A but when the `Shift or Ctrl key is pressed I can't determine whether an Alt key was pressed or not .The following code ...
0
votes
0answers
32 views

How to make global keyboard shortcuts with python (and Gtk3)?

I want to make keyboard shortcuts like t, that would work, when the main window is closed (but process is running, as the programme has a unity appindicator). I saw a package keybinder, but it seems, ...
1
vote
0answers
19 views

Weird hidden Windows 7 desktop shortcut [closed]

Although this is not of great importance, I just wondered if anybody else has ever discovered this Windows 7 hidden function/bug: If you hit WinLogo+spacebar, it has the same effect as mousing over ...
-2
votes
0answers
17 views

Supress a keypress (GetAsyncKeyState) [closed]

In my project, i use the api GetAsyncKeystate and i proceed like that.. I want to detect a keypress with getasynckeystate I searched and i find how to do that. Now, my app detects the F1 key, but i ...
1
vote
1answer
32 views

How does one enable system paste in vim using zsh shell in Ubuntu? [closed]

I've recently changed shell from bash to zsh and I'm having a problem in vim, in that my system paste no longer works. Before changing shell, I was able to paste from my system clipboard using =+p but ...
0
votes
1answer
8 views

Eclipse: set shortcut for “Open With -> Java Editor” and “Open With -> System Editor” and switch to Package Explorer via keyboard

I find myself often switching between opening a file as "Open With -> Java Editor" and "Open With -> System Editor". Is there a way I can assign a keyboard shortcut to these actions in eclipse. Also, ...
2
votes
2answers
55 views

Why can't I change paredit keybindings

I'm trying to use just a few functions from paredit, without loading all the keybindings. Looking at paredit.el, the only keymap I found was paredit-mode-map, so I tried this. (setq paredit-mode-map ...
1
vote
2answers
28 views

How to enter C-M-b in Emacs under a windows keyboard?

I am running Linux on a VM under Windows. When I am using Emacs on Linux, since my keyboard doesn't have the meta key, I will do my meta key command by pressing Esc, release it, and then press the ...
-1
votes
0answers
13 views

how to change Alt + Shift + V shortcut in mac [migrated]

For some reason, alt+shift+v creates this char '◊'. I would like to free this keyboard shortcut, so it will be possible to be used in other programs. How to?
1
vote
1answer
16 views

“Open last closed document” shortcut for Visual Studio? [duplicate]

Is there a shortcut or command in VS for opening last closed document? Many times I close a doc. and a second later I regret and want to reopen it, I'm tired of struggling to find it in the solution ...
-1
votes
1answer
23 views

Open CKEditor with a keyboard shortcut

I use keyboard shortcuts within CKeditor all the time. One of the very useful ones is to save the page (and close the editor) with ctrl-shift-s. However, I just cannot find a keyboard shortcut to open ...
0
votes
2answers
29 views

What is the keyboard short cut for listing active files in Sublime Text 2?

Like something on Aptana (Ctrl+E). So switching between the files would be easy.
0
votes
0answers
15 views

Custom Shortcut Keys Visual Studios 2012

I am trying to customize my visual studio experience. I am a Vim user and have installed a great vs extension called VsVim which makes VS Editor act like vim. It is a great tool but when the ...
1
vote
1answer
24 views

How to detect: Press twice the same key, but hold it the second time for 2 seconds

How to detect: Press twice the same key, but hold it the second time for 2 seconds ? I'm looking for an efficient way to detect a keydown event for the keycode 37 (left arrow) (or any other key when ...
1
vote
1answer
35 views

How to discard command+shift+Q command in mac OS X objective c code?

I'm trying to implement a screensaver simulator on Mac OS X , I managed to disable the effect of pressing command+Q that was causing the application to exit, so now if it's in the full screen mode, it ...
2
votes
2answers
34 views

What is the use of F12 key in Mozilla Firefox?

I think it is used to check the coding but when I tried it didn't respond. I mean it doesn't give any response and showing the data of current website.
0
votes
2answers
43 views

How can i bind C-x-insert in emacs

I want to bind C-x-insert to a command. This works: (global-set-key [\C-insert] 'my-func) But this doesn't: (global-set-key [\C-x-insert] 'my-func)
0
votes
0answers
44 views

Javascript change keyboard layout via checkbox or special key (~)

I want to be able to switch between English keyboard and other language keyboard layout. I am looking for a script that I can customize to make it able to perform in contenteditable divs, iframes and ...
0
votes
3answers
33 views

How to make a vim map that will make a command using the current selected file on NerdTREE?

Take the example below: How to create a mapping that will perform rm contas.ls?
0
votes
1answer
45 views

Control Screen with Python

is there a way to control the screen/monitor with python, like for example turn it off an on again (comparable to the shortcut-buttons on laptop keyboards)? Thank you!
-1
votes
1answer
48 views

Define Windows shortcut keys in C++

What's the best (clean and short) way to code Windows-Wide Shortcuts Keys in C++ for example : set F12 key to launch calculator (calc.exe) in all windows shell
0
votes
1answer
13 views

How to select(check) with a keyboard methods in Override/Implement methods dialog in Eclipse?

I'm trying to select(check) with a keyboard desired methods in Override/Implement methods dialog box in Eclipse Juno (4.2) running on Ubuntu 12.04 and can't select any of them. If I left-click on the ...
0
votes
1answer
59 views

How do I save the character under the point in emacs

I have a list of special unicode characters that I use frequently in one of my files. To avoid typing (and learning) unicode numbers all the time I would like to just have a line with those characters ...
0
votes
2answers
63 views

Sublime text 2 prints wrong comment block on shortcut

For some time now, when i hit cmd-/ (mac) in .php files it prints the comments for html, and not for php. so it does instead of // the format is set to PHP, and it shows 'php' on the bottom right ...
1
vote
1answer
59 views

Lync ContactList WPF control hotkey/shortcut key stealing key presses from WebBrowser

The Problem Lync has some hotkeys/shortcut keys for changing the tabs in the ContactList control. These hotkeys are 'g', 's' and 'r'. When I press any of these keys whilst having a HTML input control ...
0
votes
2answers
33 views

Eclipse: Can You Hit A KeyBinding To Find The Command It Is Bound Too?

I'm new to Eclipse. Is it possible in Eclipse to hit a keybinding and find the name of the command it is bound too? For example, pressing Ctrl+Shift+R and have something like "open-dialog" come up ...
1
vote
2answers
37 views

Explicit Deselect in Sublime Text 2's Multiselect

In Sublime Text 2, you can multiselect the next occurrence of a word with Command+D (on Macs, Ctrl+D on Windows). Is there a way to explicitly deselect an occurrence of a word? Note: I know you can ...
0
votes
1answer
26 views

eclipse shortcut to remove warning

I am coding an android project and several times it happens that in XML files I end up changing the parent layout from Relative to Linear. When this happens there is a lot of unused code and it is ...
0
votes
1answer
31 views

Can numeric keypad zero be used in key binding for Sublime?

I like to assign what I consider the most useful/used shortcut in my IDE or editor to the 0 on the numeric keypad. I find it fast and convenient. I have keypad in NumLock mode but that is fine. I ...
0
votes
0answers
29 views

emacs shortcuts are not working

I've been trying to get tramp to work for Emacs and was having some problems so I upgraded my Aquamacs to the latest version. Ever since then I've had massive problems with shortcuts. C-x C-f no ...
2
votes
1answer
26 views

Configurable keyboard shortcut without using content scripts

Chrome Extension: I am looking for a way to assign global keyboard shortcuts that can be invoked even when the current tab has no content (and hence no content script). Some examples of such tabs: ...
0
votes
1answer
32 views

How to move Eclipse tabs with keyboard shortcut?

I would like to move my tabs in Eclipse like this : From this: To this: But using a keyboard shortcut, 'cause is very annoying doing this with the mouse everytime just to reorder the tabs. Any ...
0
votes
1answer
83 views

visual studio 2012: keyboard shortcut not responding

i have a problem while debugging asp net mvc 4 or classic windows form solution: generally shortcut keyboards, like F11 and F5 doesn't do anything.. It seems thay call classic PC functionality: ex. F2 ...
0
votes
2answers
28 views

Expand the error list with shortcut in Eclipse

I'm trying to expand the errors list using a keyboard shortcut but with no luck. Is there any way to expand the list without using a mouse? I'm using Eclipse Indigo.
0
votes
2answers
41 views

Emacs: how to toggle between two tab widths via hotkey

I'm editing two different codebases in Emacs, one uses tabs set to two spaces and one uses tabs set to eight spaces (the Linux kernel). Since the kernel uses tabs for alignment, I would like to ...
0
votes
1answer
104 views

Sublime 3 - Set Key map for function Goto Definition

I want to create a Eclipse style shorcut Ctrl+MouseClick to open the function/method. Sublime 3 has already this function called goto definition but is bind to F12. But i'm not sure how to create ...
0
votes
1answer
33 views

Sublime Text 2 Appending 1 column to another

Ok, so I have 2 files with a lot of data in columns that I need join. I'm finding it hard to put into words so let me try and give an example. File 1 contains: Server1; 15min load 0.20 at 16 CPUs; ...
-1
votes
0answers
29 views

Disable the keyboard-shortcut Alt+y for logout [closed]

I am working under Windows 7 with the keyboard-layout US international. As I want to type the German umlaut "ue" using the keyboard-shortcut "Alt+y", Windows logs me out. Now I want to disable this ...
0
votes
1answer
42 views

GDK signal, keypress, and key masks

I am trying to catch user key press Ctrl+d on a GUI window to quit. My code looks like this: static gboolean callback(GtkWidget *widget, GdkEventKey *event, gpointer data) { ...
0
votes
0answers
54 views

How do you change/customize the keyboard shortcut for Chrome Developer Tools?

I especially want to change the script debugging keys (F8 for Step over, F9 for Step into, etc.). Scripts, extensions, hacks, any tips are welcomed! Thanks. Some info: Running Chrome 26.0.1410.65 ...
0
votes
0answers
27 views

Remap combination keyboard strokes like Win + D in windows and home/end in mac

I am using parallels, switching back and forth between Windows and Mac, and a few things keep driving me crazy: In Windows 7: I keep trying to use Command + D to deselect things in Photoshop, which ...
5
votes
2answers
131 views

How can I allow ctrl+a with TextBox in winform?

I'm asking the question already asked (and even answered) here: Why are some textboxes not accepting Control + A shortcut to select all by default But that answer doesn't work for me. I have this ...

1 2 3 4 5 37