|
I am working on developing an on-screen keyboard with java. This keyboard has a JComponent for every possible key. When a mouse down is detected on the button, I want to send a specific keyboard code to the application currently on focus. The keyboard...
Started by Mario Ortegón on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
To make a on screen keyboard in Java?
I am not aware of any way of doing this in OS independent way.
|
|
Going to make an applications wich will be used on a device without a physical keyboard
Looking for best practices for touch-screen applications.
Which commercial/free on-screen keyboard or on-screen numeric keypads do you use on Windows devices?
Or should...
Started by Kb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Regardless of the virtual keyboard used, your users will likely gripe if they are required to type in too.
Spend some.
And I've found the best solution is to try to elminate the keyboard as much as possible.
|
|
I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows On-Screen Keyboard (osk.exe), but there are two main problems...
Started by MadKeithV on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This is working very but also can bring the keyboard to the front of the screen
We are using Click-N-Type for our systems Keyboard (osk.exe....
I programmed a On Screen Keyboard in Java.
Control over its look and feel.
|
Ask your Facebook Friends
|
The pesky on-screen keyboard seems to find a way to make itself visible at my login screen every time I boot up. I've gone into the accessibility options and turned off the on-screen keyboard, but it keeps coming back!
I've changed the setting at the ...
Started by RSolberg on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Use On-Screen Keyboard' Press 'Save'
* Apparently, this isn't the case for the author i unchek it comes back HELP!!!!
See this article for directions : "Remove the On-Screen Keyboard 'Control Panel' Open 'Ease of Access ....
|
|
A quick question: I use on-screen keyboard when entering my bank passwords, credit card numbers, etc., in an effort to guard against malware. Is this a good idea or am I wasting my time? Some internet banking website have an on-screen keyboard for entering...
Started by Matt 'Trouble' Esse on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The built-in on-screen a physical....
There are other methods for recording keystrokes an on-screen keyboard will not prevent, though.
On-screen keyboards prevent a keyboard dongle from recording your keystrokes.
|
|
What's the keyboard shortcut for switching between video mirroring and and extended desktop screens? In Display Preference the feature is called "Turn On Mirroring" or "Mirror Displays." It took me some time to discover the keyboard shortcut for this....
Started by eed3si9n on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
⌘ - F1.
Keys as standard function keys" checked off in the Keyboard and Mouse Preference Pane.
It's listed there as "Command-Function-1," but on my current generation (3rd, etc .
keyboard shortcuts .
|
|
The keyboard shortcut for X11's full-screen mode is
Option-Command A
However, it works only if I click the X11 icon and then press the combination.
How can you make a system-wide keyboard combination for the command on Mac OS X?
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
System Preferences -> Keyboard & Mouse
There is tab that allows you to confirm all keymappings.
|
|
Can anyone out there tell me how to do a screen capture in Windows with a Mac keyboard plugged in? I have my Mac keyboard and mighty mouse plugged into a KVM switch that controls both my MacbookPro and my WinXP desktop. I'm having a terrible time trying...
Started by Cliff on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Take, but on others are replaced....
Start > All Programs > Accessories > Accessibility > On-Screen Keyboard
If you're trying to take a screenshot, you can do it programmatically.
You could use the On-Screen Keyboard .
|
|
I know this is highly subjective, but I'm not sure where else to ask these questions. These are all asked hoping for a programmers perspective and experience.
What brand of laptop have you had the best experiences with Which brand do you find have more...
Started by Dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Screen size isn't keyboard is a must IMHO; the last thing you need is a hand cramp from using a condensed keyboard FL90 which has IMO really good ....
They're well built, minimal crap-ware, and have good support.
Home-user lines).
|
|
Hello,
I got stuck in here,
I have a custom scrollview in a view this scroll view has an add field button which lets user to add new text field to the scrollview. When user taps on a particular textfield keyboard appears and hide the textfield, to overcome...
Started by Ankit Sachan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For keyboard else size = CGSizeMake(320, 420); //full height with tabbar on bottom.
|