ctrl Questions
2
Solved
Is there a way to disable the Ctrl+scroll text zoom feature in NetBeans? (7.1 on Mac OS X 10.7)
There was a plugin to kill the analogue "feature" in PHPStorm but I haven't found anything for NetBe...
3
I recently upgraded from Visual Studio 2012 to 2013 and I am having issues with the Ctrl+Tab shortcut. It normally works perfectly for a bit when I first open a solution, but then stops. When it st...
Ellamaeellan asked 24/12, 2013 at 13:12
1
I have a small program that simulates ctr+c & ctr+v (copy & paste) events using the system keybd_event. The problem is that after the program runs the computer continues to act as if the ct...
Yugoslav asked 27/12, 2014 at 20:15
2
Solved
In IE 10, when you click on any text while holding the CTRL key the browser selects the text (which means the text gains focus and I want to avoid this because I have some multi-select scenario whe...
Rus asked 17/9, 2012 at 11:46
3
Solved
When I am using
postgres -D /usr/local/pgsql/data
to start the postgresql progress, I send a ctrl+z signal to stop it.
And now when I used createuser and psql, it has no response.
what can I ...
6
I noticed that unexpectedly Visual Studio 2010 changed the keyboard layout.I tried some solutions like:
- Going to Windows' Control Panel and removing other languages
- Going to Menu Tools > Op...
Sileas asked 10/5, 2011 at 14:50
5
Solved
I am currently designing a web page which provides customized search functionality. Since that might interfere with the default search bar provided by browsers on CTRL-F, we are disabling the event...
Mesial asked 5/10, 2013 at 19:59
2
Solved
I need to be able to determine if the SHIFT or CTRL keys were pressed when the application is launched
How can I do this for a Windows Forms Application?
Size asked 18/3, 2014 at 10:19
5
Solved
On Linux/Unix there are signals. The CtrlC one (SIGINT) is obvious to me.
Now, in some other applications there are signals via CtrlX?!
Is that even a signal or does it generate an escape sequence...
Foley asked 20/7, 2011 at 15:17
6
Solved
Is it possible to suppress the default IE 7 functionality when CTRL+click on link opens a new window? if so, how?
Thanks!
Flyfish asked 22/4, 2010 at 20:55
1
sublime text 3 Ctrl+Backspace doesn't work
my sublime keymap like this but but still does not work
{ "keys": ["ctrl+backspace"], "command": "delete_word", "args": { "forward": false } },
Yoshi asked 9/6, 2013 at 6:34
1
Solved
Does anyone know what the redo keyboard shortcut for Eclipse is?
I'm using Linux Mint based on Ubuntu and do all my programming there. I noticed Eclipse supports C, Java, PHP, HTML, Python. I code...
Scauper asked 27/11, 2013 at 1:45
2
Solved
When I'm in a python application (the python shell, for instance), pressing ctrl + \ results in
>>> Quit (core dumped)
Why is this, and how can I avoid this?
It is very inconvenient if ap...
1
Solved
I've been wondering if I can detect CTRL and SHIFT key being pressed WITHOUT using keydown event.
The reason is that I am creating some sort of Grid Viewer in JavaScript, and I implemented selecti...
Divorce asked 19/8, 2013 at 14:37
2
Solved
I'm currently developping an application that relies on a map (OpenStreetMap data via Leaflet.js) and markers displayed on the map.
I implemented selection for the user, so he can click on markers...
Arwood asked 26/11, 2012 at 9:36
1
Solved
I want my app to support keyboard shortcuts. Many devices, such as Asus Transformer have external keyboard which has Ctrl key (available on API Level 11). I've made some code, to check if Ctrl key ...
Alcala asked 3/9, 2012 at 15:23
2
Solved
I need to be able to see if the CTRL key is currently being pressed during the processing of a mouse event. I have tried to use the KeyListener, but trying to use the mouse event and key event toge...
2
Solved
Hi all I use many text editors but mainly notepad++ and I search for functionality similar to Komodo Edit. You can hold Ctrl button and click on a method and property and it jump to its definition....
2
Solved
I created a C# console application to handle Ctrl-C by subscribing it to Console.CancelKeyPress event. When I executed (debug version) the application, there were 14 threads already created in the ...
Farmhouse asked 4/12, 2011 at 16:27
1
Solved
how to change the modifier key from cmd to ctrl in IntelliJ at a Mac?
I have changed it system wide but it hasn't changed in intellij.
Gladysglagolitic asked 25/6, 2010 at 14:13
1
Solved
I recently discovered that different browsers handle the onclick event differently when the Control or Shift keys are pressed. They diverge similarly on behavior for for following links by clicking...
Granivorous asked 11/6, 2010 at 14:54
2
Solved
I'm constantly activating Firefox then hitting Ctrl+L to focus the location bar and do a search or type a URL.
Ideally I can be in any application and hit Ctrl+L and Firefox will be activated wit...
Portfolio asked 28/2, 2010 at 1:23
2
Solved
I can reset FPU's CTRL registers with this:
http://support.microsoft.com/kb/326219
But how can I save current registers, and restore them later?
It's from .net code..
What I'm doing, is from De...
© 2022 - 2024 — McMap. All rights reserved.