All of a sudden, when I log in to my user account and Unity desktop shows up, I cannot click anything (but the mouse pointer moves), and the keyboard does not control anything. My desktop is totally locked up. I have to use main power to log out and reboot.
If I log in to the Guest desktop account, everything works fine. I can also log in to my account via SSH.
I am using 11.10.
Hi i am change my standart rom on rom Clear Bubble and lose my keyboard, i cheking input method - empty!!!! Do you know another way instal keyboard (because i cannot typing nothing - account in android market etc)? Please HELP!!!
In my Android application, I have to use a custom number-pad which is placed in view next to EditTexts to input numbers, so I need:
EditText should have focus when user tap them so that I will have cursor position to insert number when user hits a key.
Soft Keyboard should not appear when edit text is focused (but cannot hide keyboard completely because there are some search box in the screen)
"too many pattern attemps, to Unlock, sign in with Google account or PIN" but keyboard disabled, so I can't unlock the screen.
the keyboard is disabled due to former malfunction where I downloaded a special keyboard for Chinese, didn't like it so removed it, and was left with no keyboard at all. only with "speach recognition".
Please, any help would be great!
Hi,I'm trying to set polish layout for keyboard on my new Arch installation.Last time, it worked like this:# /etc/X11/xorg.conf.d/99-keyboard-locale.conf
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "pl"
EndSectionBut now it seems to be broken.After start
I have a program that takes input from the keyboard and presents a nice visualization. The purpose of the program is so that my infant can mash on the keyboard and get the computer to do something.
However, I would like to write a keyboard input sanitizer that is disjoint from the main program.
I've been trying to solve some outstanding keyboard config issues. Right now, I have some keys which don't do anything and which don't even seem to be properly recognised by the X server. (Judging by output using xev.)I'm using KDE and I found the recommendation on the KDE configuration page of Arch's wiki to set the keyboard layout to "Evdev-managed keyboard".
So just the other day, I got a spanking new Logitech Mediaboard Pro that uses bluetooth. So I slapped in a bluetooth dongle on my PC and tried to get it working. Afterwards, things start to look bleak.
I'm learning asm. I'd like to plug in a second keyboard and assign macros to its keys. I'd like my primary keyboard to behave normally. So pressing 'A' on keyboard two would inject "add" into my document, perhaps with xdotool or something like it.