Google Code Exporter
Google Code Exporter
``` If there is not en_US.UTF-8 on my box, I see: > LC_CTYPE locale must be of UTF-8 type, or you need en_US.UTF-8 availabe Probably "available" should be (but I'm...
``` I packaged logkeys for debian. The postinst script reads the keyboard device: device="`basename $(readlink /dev/input/by-path/*kbd)`" This is for sure very crappy , but it works for me on various...
``` If reporting a bug, please ensure the bug is present in the latest developmental source (checkout from SVN). Some major bugs have been fixed already. What steps will reproduce...
``` If reporting a bug, please ensure the bug is present in the latest developmental source (checkout from SVN). Some major bugs have been fixed already. What steps will reproduce...
``` # logkeys --start logkeys: LC_CTYPE locale must be of UTF-8 type root@motavia:/# locale -a C POSIX pt_BR.utf8 root@motavia:/# locale LANG=pt_BR.UTF-8 LANGUAGE=pt_BR:pt:en LC_CTYPE="pt_BR.UTF-8" LC_NUMERIC="pt_BR.UTF-8" LC_TIME="pt_BR.UTF-8" LC_COLLATE="pt_BR.UTF-8" LC_MONETARY="pt_BR.UTF-8" LC_MESSAGES="pt_BR.UTF-8" LC_PAPER="pt_BR.UTF-8" LC_NAME="pt_BR.UTF-8"...
``` Take a look at this project: cHotKey (http://chotkey.googlecode.com) It is a cross-platform hotkey program with key logging function. Moreover, it can capture the title and class of focus window....
``` What steps will reproduce the problem? 1. press caps-lock for write in UPPERCASE What is the expected output? i'm working with logkeys and --no-func-keys, but if a write with...
``` Compiling the update master with -O3 on gentoo, I see: * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * /usr/include/bits/wchar2.h:395:20:...
``` Hi! I have a USB keyboard. So Every time my keyboard gets a different input event device. I found out how to setup it a very nice way! First...
``` Logkeys fills an array char_keys not true in the case of dvorak layout. Error contained in the lines if (i> = sizeof (char_or_func)) break; / / only ever map...