The capslock tag has no wiki summary.
-1
votes
4answers
74 views
Is it possible to detect if 'capslock is on' in a click event in jquery?
I would like to know if it is possible to detect the state of caps lock key using jquery and without any key press.
Let me be more clear. I have a password field. When I just click on it or when the ...
0
votes
1answer
42 views
XKB - Get Caps Lock mask
I've been trying to write a program that enables/disables different locks (num lock, caps lock, scroll lock), but I've been having issues with caps lock. For some reason, XKB doesn't know about ...
1
vote
3answers
69 views
awk all lines in the input file whose last field contains at least one uppercase
I'm having some real time with a home assignment here. As a due diligence I was browsing web for the last 2.30 hours and reading awk tutorial to find the solution, hopeless.
Here is the line that I ...
0
votes
2answers
80 views
Invoke keyboard shortcuts with one key
I have created three keyboard shortcuts to right-click menu items on my Mac that work in any application:
When text is selected:
Capitalize is Ctrl+C
Make Lower Case is Ctrl+L
Make Upper Case is ...
4
votes
4answers
159 views
How to call a keyboard key press programmaticly?
Problem:
Calling a keyboard key to be pressed, from a piece of C# code
but here's the catch: the key-press should not be limited to the process/application
but received by the entire operating system, ...
0
votes
1answer
43 views
warning appears more than once
Just a quick question, if i leave the caps lock on it will appear the Warning message 3 times? i only want it to appear once
jButton1.addActionListener(new ActionListener() {
...
2
votes
4answers
135 views
Capslock warning
I'm trying to create an application so when the user tries to enter a capslock
letter in a JTextfield or something it will bring up an error informing the user
to turn off the capslock.
import ...
2
votes
1answer
175 views
Capslock ON & OFF with Application
I have the code below to change the state of the Caps Lock key when the application starts.
I'd like to change the Caps Lock state to ON when I start the application (if it's already ON, then it ...
0
votes
1answer
83 views
Remapping ctrl key to double tap l-shift key
I am using Emacs and the ctrl key position is a bit problematic.
The only solution i found is to make capslock as a additional ctrl key. This is fine.
But i also want the occasional use of caps ...
1
vote
0answers
97 views
IOS : Turn on/off caps lock led through software
Is it possible to turn the led off/on of a bluetooth key board within the code ?
(it seems not possible, but I'd rather ask to be sure, may by someone found a workaround)
1
vote
1answer
70 views
Setting Caps Lock to a higher level
I'm running Linux and have used a script calling xmodmap (among a couple other things) to remap my Caps_Lock as BackSpace, inspired by the Colemak layout.
Occasionally, though, the lock will be ...
1
vote
1answer
81 views
Ignoring capital letters when reading from file in PHP
I am working on a program that reads a text file, looks for a word and then depending on whether the word is found displays different outcome.
Is there a way to ignore the capital letters? So for ...
1
vote
1answer
87 views
Grey Caps Loc Notify Image Showing on password field?
I'm having a problem with the small grey caps lock notifiaction image that comes up when you click in a password field and turn on caps lock. Mines showing outside the box about twenty pixels to the ...
0
votes
0answers
63 views
Mac Caps Lock Sign on password input?
i'm not sure if its just me. i noticed that on the mac or maybe its just in chrome in general but when you press down the caps lock key on a password input box a little grey notification image pops ...
1
vote
3answers
233 views
WinAPI: How to get the caps lock state?
How can get whether Caps Lock is on or off?
I tried to search it but all I'm finding is how to toggle or turn it on/off which is exactly opposite of what I'm looking for.
I'm trying to do that in ...
0
votes
1answer
167 views
How to detect capslock status in qt? [duplicate]
Possible Duplicate:
Qt 4.7.4: Is there a way to find out the status of CAPS LOCK?
How to detect capslock key status in qt on mac os x. I have tried
Display * d = XOpenDisplay((char*)0);
...
2
votes
3answers
356 views
Python - How to get current keylock status?
I'm attempting to write a simple programme that displays the current status of the different keylocks, but I'm unable to find a solution as to how to get the current status of them in Python. Thank ...
0
votes
1answer
103 views
Including Caps lock detection in HTML5
Will there be any plan to implement caps lock detection in html5 or some other spec. This seems like a pretty simple functionality to be missing.
2
votes
2answers
115 views
Is it possible to trigger a keyboard button with JavaScript?
Is it possible to trigger a keyboard button with JavaScript, and to get a input-case depending on the Caps Lock button?
So, if my Caps Lock is on, "IT SHOULD BE UPPERCASED" or "it should be ...
2
votes
1answer
479 views
How do I check if the caps lock key is pressed?
Alright, before this gets flagged as a possible duplicate, I've already tried the following code:
Toolkit.getDefaultToolkit().getLockingKeyState(KeyEvent.VK_CAPS_LOCK)
And it is always returning ...
0
votes
2answers
420 views
obj-c IOS detect capslock keypress event
I'm writing my own buttons for special chars, which are not included in the native iOS keyboard. These buttons appear above the native keyboard. And some of my buttons need to determine if capslock is ...
1
vote
2answers
214 views
What is the numeric ID for caps lock?
I need to check if caps lock is pressed, and found a function that requires an int online.
[DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)]
public static extern short ...
3
votes
0answers
126 views
Emacs Windows - capslock doesn't enable uppercase typing [closed]
I have Emacs 24.1.1 for Windows. When I turn on the capslock key, Emacs doesn't enable uppercase typing. Capslock works in the rest of windows, and in my ssh'd terminals. I haven't done anything to ...
7
votes
3answers
284 views
HOW TO PREVENT USERS WRITING WITH CAPS LOCK?
I don't really like people who write with Caps Lock. In addition the aversion, it defaces the whole application. I am wondering how to prevent users writing all characters with caps lock. I cannot ...
0
votes
3answers
196 views
Vim remap: Where does the Capslock go?
Ok, I'm convinced that I need remap Esc in vim. My choice is to use Capslock as common. But my question is: Where does the Capslock functionality go?
To Esc place?
Don't use at all (use ...
4
votes
1answer
220 views
How can I check if capslock is on without waiting for the user to type character using JavaScript?
Gmail shows an icon in Chrome when the user has capslock on and focuses on the password field, how are they able to do that?
There are many related question to this, but no one seem to know how to do ...
3
votes
1answer
286 views
How to Detect Caps Lock in a Vimrc Function
When editing code in Vim, I will often use caps lock when writing stuff in ALL CAPS. However, I often forget to turn off caps lock when I'm done with the capitalized portion. This causes no end of ...
2
votes
3answers
488 views
Javascript/jQuery: Unable to get proper keyCode when capsLock is ON
I'm trying to determine the proper key/char code in javascript when a key is pressed.
It seems that when the CapsLock key is on, lowercase letters are not detectable.
Try the combinations:
1. a ...
0
votes
0answers
124 views
How to activate caps lock by default on surface keyboard in WPF
I am using the surface keyboard for entering text in my WPF Surface 2 application.
I am wondering, if there is a way to activate the caps lock by default, when the keyboard is shown?
thx
0
votes
1answer
635 views
Find out which ASP.NET control fired my JavaScript event?
I've create a JavaScript function that fires on the OnKeyPress event of a text box.
Basically when the function is called a label is displayed telling the user that caps lock is enabled. As you can ...
0
votes
1answer
657 views
Check Scroll Lock, Num Lock & Caps Lock in JavaScript on Page Load
Is it possible to check the status of Scroll Lock, Num Lock and Caps Lock on page load of a web page? I've found ways to check after a keypress using JavaScript, but that's not what I'm asking.
0
votes
1answer
527 views
using GetKeyState(VK_CAPITAL) & 1 in linux
#include <windows.h>
int main() {
if ( !GetKeyState(VK_CAPITAL) & 1 ) {
printf("caps off");
}
else
printf("caps on");
return 0;
}
but limited to windows only
how to do this in linux ...
1
vote
1answer
913 views
Programatically disable caps lock
I'm using SendKeys in an automation program for work. I've been plodding along, and am now trying to iron out all the bugs that I've created :-)
One of which, is that when I used ...
4
votes
2answers
301 views
Emacs caps lock minor mode?
Is there a command in Emacs to turn on what might be described as "caps lock minor mode"? I'm looking to do something like M-x toggle-caps-mode, then every letter I type in the buffer is a capital ...
4
votes
2answers
1k views
How do I light up the Caps Lock light with xset?
I wrote a little fetchmail script that checks the remote server and plays an audio file when I have new mail. I also wanted to also light up one of my keyboard lights when the mail was available but ...
4
votes
2answers
2k views
How can I get the Caps Lock state, and set it to on, if it isn't already?
I would like a specific example on how to turn caps lock on if it is off.
I know how to toggle the key, I have been using this:
toolkit.setLockingKeyState(KeyEvent.VK_CAPS_LOCK, Boolean.TRUE);
...
1
vote
1answer
436 views
How to simulate Caps Lock keystroke with CGEventCreateKeyboardEvent in OS X
Has anyone had any luck simulating Caps Lock keystroke with CGEventCreateKeyboardEvent on OS X? Basically I have tried alphabetic character and alphanumeric character okay but Caps Lock. Hopefully, I ...
15
votes
3answers
1k views
Is there a way how to detect IE10's “Caps Lock is on” feature?
As you probably know, there is a relatively simple way how to, more or less reliably, detect whether Caps Lock is on, especially when user starts typing into password fields. However, it is a quite ...
0
votes
1answer
312 views
Flex Keyboard.capslock returns always false in creationComplete
Im trying to notify user in login screen if CapsLock is on. In creationComplete Keyboard.capslock returns always false. Is there any workaround for this? Here is what i try:
protected function ...
4
votes
2answers
1k views
detect caps lock status on page load (or similar)
In my research, I've found how to detect capslock when the caps key is pressed. However, I want to know the caps status even in cases when the key is not touched.
example:
alert(ui.Keyboard.capslock) ...
0
votes
2answers
361 views
Best way to intercept pressing of Caps Lock
What is the best way to intercept the Caps Lock button on Windows, for making a program like Launchy?
Currently, I'm setting a low-level hook with SetWindowsHookEx, but that's a bit too low-level for ...
5
votes
1answer
505 views
Delphi 2010 virtual keyboard, start with CapsLock on?
Delphi 2010 Enterprise
How can I automatically turn the CapsLock on when the virtual keyboard is displayed.
0
votes
0answers
260 views
ActionScript - Keyboard.CAPS_LOCK Bug?
the Keyboard.CAPS_LOCK constant is only checked if caps lock is off - the trace in my event handler below only fires every second time. it's like the runtime is confusing the Keyboard.CAPS_LOCK ...
21
votes
6answers
1k views
POST vs post, GET vs get
I realize that both will work, but is one more correct than the other?
<form method="POST" />
vs.
<form method="post" />
Why use one or the other?
2
votes
2answers
776 views
Detect Caps Lock in Python curses
For such a basic question, I'm surprised I couldn't find anything by searching...
Anyways, I made a curses app in Python that assists in solving puzzles of a certain DSiWare game. With it, you can ...
9
votes
6answers
3k views
Qt - Password field
Is there any Qt-built-in method to warn user (with pop-up window) that CapsLock is switched on while password field is active?
I am using for passford field QLineEdit (is it good?) with ...
1
vote
1answer
623 views
Can't block capslock with CGEventTap
I'm using Quartz CGEventTap in an attempt to globally intercept capslock presses and block them (to have them do something useful instead). I succesfully detect capslock presses but have so far been ...
3
votes
2answers
1k views
Anybody know how to toggle caps lock on/off in Python?
I'm trying to toggle caps lock on/off when the two shift buttons are held down for a second. I've tried using the virtkey module, but it's not working. That module does work for other keys though, so ...
0
votes
3answers
750 views
Get and set Num/Caps/Scroll-lock status in Mono C#
Is thyere a way in Mono.Net to get and set the Num/Caps/Scroll-lock status platform independent (Linux and Windows)?
Thanks in advance.
1
vote
3answers
2k views
Way to turn on keyboard's caps-lock light without actually turning on caps-lock?
I'm writing a program that uses caps-lock as a toggle switch. It would be nice to set the LED of the key to show that my program is on or off, like the capslock key does naturally.
I know that I ...
