53_265_0_0_50_0_79.07_25380_121247

My Amilo Laptop cy26 does lock keyboard on boot, gdm unlock it ? please help …ToDo

qwerty

I deciced to switch to qwerty layout but I am kinda slow for now … only 40WPM @ http://speedtest.10fastfingers.com/

Getting better now 50WPM on LenovO QwertY LapTop :

KEYMAP

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
 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]]

MISC

Keyboard [[Software]]

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 Logitech’s 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 key—to name just one among many benefits explained in this section.

keypad

@related: numlock ubuntu

System -> Preferences -> Assistive Technologies -> Keyboard Accessibility -> Mouse Keys,

issues

sudo aptitude install console-setup ; sudo dpkg-reconfigure console-setup

MOBILE

MISC

MORE

keyboard.txt · Last modified: 2023/02/17 11:51 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki