* http://rzr.online.fr/q/keyboard# #CanYouSuggest a #Qwerty #Keyboard to buy for me, I use clI and #emacs to program or write #French #English
{{http://10fastfingers.com/speedtests/generate_screenshot_result/53_265_0_0_50_0_79.07_25380_121247#.png}}
My [[Amilo]] [[Laptop]] [[cy26]] does lock keyboard on boot, gdm unlock it ? please help ...[[ToDo]]
* http://learn.dvorak.nl/
===== qwerty =====
I deciced to switch to qwerty layout but I am kinda slow for now ... only 40WPM
@ http://speedtest.10fastfingers.com/
* http://www.typingweb.com/tutor/lesson/index/id/316/
Getting better now 50WPM on LenovO QwertY LapTop :
* http://10fastfingers.com/user/378880/
{{https://eurkey.steffen.bruentjen.eu/pics/layout.png}}
===== KEYMAP =====
* http://fabi1cazenave.github.io/qwerty-lafayette/
===== configure =====
Console
sudo apt-get install console-data
X11:
sudo dpkg-reconfigure keyboard-configuration
cat /etc/default/keyboard
XKBLAYOUT="us"
XKBVARIANT="alt-intl"
==== X11 ====
setxkbmap -layout fr -variant dvorak
setxkbmap us -print | xkbcomp - $DISPLAY
setxkbmap -layout us -variant intl
setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl
à : AltGr ` a
ç : AltGr+,
~ : ~ ' '
setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl,nodeadkeys
setxkbmap -query
man -P cat xkeyboard-config
localectl
localectl list-x11-keymap-variants us
localectl list-x11-keymap-options
cat /etc/default/keyboard
* https://zuttobenkyou.wordpress.com/2011/08/24/xorg-using-the-us-international-altgr-intl-variant-keyboard-layout/
cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT="alt-intl,nodeadkeys"
XKBOPTIONS=""
BACKSPACE="guess"
===== Keyboard [[Hardware]] =====
* http://ratpoison.wxcvbn.org/cgi-bin/wiki.pl/edi-kbd# RsI
* http://www.trulyergonomic.com/store/index.php
* http://matias.ca/foldingkeyboard/
* http://www.maltron.com/maltron-kbd-dual.html
* http://www.ayzor.com/2010/top-10-amazing-keyboards.html
* http://www.amazon.fr/Cherry-G83-6104LUNEU-2-Clavier-Qwerty-touches/dp/B0009S9M0W/ref=sr_1_4?s=computers&ie=UTF8&qid=1360766928&sr=1-4
* http://www.kinesis-ergo.com/freestyle2.htm
* http://news.ycombinator.com/item?id=185743
* https://www.keychatter.com/2015/03/12/review-royal-kludge-rc930-87-rgb/# HardWare
* http://www.banggood.com/Silent-Comfortable-MOFi-X180-Wireless-Keyboard-Mouse-Set-p-909160.html# SilenT
* https://qmk.fm/keyboards/#
===== MISC =====
Check out this [[Gadget]] it really worth it
[[Laptop]] Keyboard hints :
* http://rzr.online.fr/docs/comp/keyboard.htm
* http://www.typingtest.com/
* http://forum.ubuntu-fr.org/viewtopic.php?pid=123358# ToDo FrencH
* http://en.wikipedia.org/wiki/Keyboard_layout#US-International
* http://fabienmarteau.free.fr/html/img/typematrix/typematrix.png# TypeMartix
==== Keyboard [[Software]]=====
* Hotkeys @ http://ypwong.org/hotkeys/
* xbinkeys
* http://www.informatik.hu-berlin.de/~tauber/acerhk/
Test it out i will provide a config file for [[AmiloA]] ? -- [[RzR]]
==== Keyboard Configuation : Recycling extra keys====
Here I am going to explain
How to configure [[XWindow]] to assign Win and Menu key as a new modifier
(like Alt, Shift etc) and then use [[Windows]]
shortcuts Win+F = Find ; Win+E = filemanager etc
Even further, why not reuse stupid "internet" and "email" keys, to sound volume control ...
All params should works with any [[AmiloA]] [[Laptop]] :
see [[xmodmap]] page
==== ASSIGN [[ShortCut]]s ====
Well this point nothing happend, keys events must be grabbed using "xbindkey"
[[Debian]] :
apt-get install xbindkeys apwal
$EDITOR ~/.xbinkeyrc
# file://~/.xbindkeysrc
# xbindkeys --key
"apwal" # windows+menu key
m:0x20 + c:117
Mod3 + Menu
#Vol -5% # web key
"amixer -c 0 sset PCM 5%-"
c:178
XF86AudioLowerVolume
#Vol +5% # email key
"amixer -c 0 sset PCM 5%+"
c:236
XF86AudioRaiseVolume
#Vol=0% # doent not work ... there arent modifiers ; maybe they should be
"amixer -c 0 sset PCM 0%"
m:0x4 + c:236
XF86AudioRaiseVolume XF86AudioLowerVolume
# EOF file://~/.xbindkeysrc
then restart :
xbinkeys
This is a base setttings file, I will add TV out and some common shortcuts...
show me your files in the amilo group or ...
just here => <=>
==== BUG : Shell c key disabled ? ====
Remove this part :
grep set-completion-ignore-case ~/.inputrc
==== [[XWindow]] < > BUG ====
Option "XkbModel" "pc104" # not pc105
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=241274
In XFree86 4.3.0, the stock configuration data for the X Keyboard Extension
(XKB) was overhauled. One of the few downsides to this much-needed update was
that the "< >" key commonly found on European keyboards stopped functioning.
Users of 102- or 105-key PC keyboards (as well as miniature and laptop
keyboards compatible with these models) should ensure that their keyboard is
configured accordingly in the XF86Config-4 file, using the "pc102" or "pc105"
XkbModel instead of "pc101" or "pc104", respectively. U.S.-style PC keyboards
do not have a "< >" key, it is this additional key that distinguishes a pc102
keyboard from a pc101 keyboard, and a pc105 keyboard from a pc104 keyboard.
If your keyboard has a "< >" key, you probably have a 102- or 105-key model.
The "< >" key may not work if you do not configure your keyboard model
correctly. You can use "dpkg-reconfigure xserver-xfree86" to change this
configuration parameter, or edit /etc/X11/XF86Config-4 directly.
==== [[Debian]] / [[French]] / Console ====
# http://www.debian.org/doc/manuals/fr/debian-fr-howto/ch4.html
sudo apt-get install console-data console-tools console-common kbd-compat
sudo apt-get install console-data ; dpkg-reconfigure console-data
/etc/console/boottime.kmap.gz
==== Logitech ====
Redesigned 5-Pack
In Logitechs new keyboard line, a narrower, more intuitive 5-Pack replaces the
conventional 6-Pack. The traditional Insert key has been moved to the row of F
keys, where it more rightly belongs. This reduces the chance of accidentally
pressing the wrong keyto name just one among many benefits explained in
this section.
* http://funkwit.com/archive/entry/?entrydate=10475
==== keypad ====
@related: [[numlock]] [[ubuntu]]
System -> Preferences -> Assistive Technologies -> Keyboard Accessibility -> Mouse Keys,
==== issues ====
sudo aptitude install console-setup ; sudo dpkg-reconfigure console-setup
===== MOBILE =====
* http://rimblogs.files.wordpress.com/2014/07/blackberry-passport-assistant_blackphone.png
* http://talk.maemo.org/showthread.php?t=91535# [[Mobile]]
* http://www.engadget.com/2011/01/13/keepin-it-real-fake-nokia-n9-doesnt-wait-for-mature-meego-to/# PhonE
* http://www.lg.com/us/cell-phones/lg-D520-optimus-f3q# [[LG]] : Android™ 4.1.2, Jelly Bean
* https://www.kickstarter.com/projects/1703567677/icontrolpad-2-the-open-source-controller# OpenSource
===== MISC =====
* http://www.tifaq.com/keyboards.html
* https://github.com/system76/launch# HardWare
* http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard
* http://www.artlebedev.com/portfolio/optimus/# [[Display]] :
* http://sol.gfxile.net/keyboard.html# [[DIY]] :
* http://www.huffingtonpost.fr/2017/06/11/on-a-teste-beeraider-le-clavier-qui-veut-changer-votre-facon-de_a_22134090/
* https://www.reddit.com/r/france/comments/6mbd3j/quel_agencement_de_clavier_utiliser_b%C3%A9po_dvorak/
* https://www.youtube.com/watch?v=We2MGY6k2VE# RePair
* https://github.com/dexter93/qmk_firmware/tree/ironclad# FirmWare
===== MORE =====
@TaG: [[Hardware]] [[Linux]] [[AmiloA]] [[ShortCut]] [[Gadget]] [[RSI]] [[kb]] [[xmodmap]] [[xkb]] [[bt]] [[bluetooth]]
{{http://www.inf.upol.cz/skoupil/light/amusements/microsoft-keyboard.jpg?nocache}}
{{http://img24.imageshack.us/img24/3279/komputerniymarazm032.jpg}}
{{http://upload.wikimedia.org/wikipedia/commons/2/22/KB_US-International.svg}}