keymap-set updates

Core libraries and systems
Post Reply
Message
Author
User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

keymap-set updates

#1 Post by shinobar »

keymap-set is now provided as a part of the countrywizard.
No more updates available here. Check the link above.



keymap-set is a tool to change the keyboard setting.
it has its own user interface, but also can be called from input-wizard, rc.countory or xorgwizard.
it sets up keyboard model, layout, variant at a time.

keymap-set-20100812.pet from here. UPDATED on 12 Aug 2010: was failed azerty(fr) keyboard

Command line example:

Code: Select all

# keymap-set --help
usage: keymap-set [ somekeymap ]
		set keymap to 'somekeymap' or ask with dialog
	keymap-set cli
		ask keymap with console dialog
	keymap-set --load
	    set keymap according to /etc/keymap
	keymap-set --xopt [ somekeymap ]
		show xorg.conf xkb options for 'somekeymap' or according to /etc/keymap
	keymap-set --list
		show available key maps
# keymap-set --xopt azerty
XKBMODEL="pc102"
XKBLAYOUT="fr"
XKBVARIANT="azerty"
# keymap-set --xopt jp106
XKBMODEL="jp106"
XKBLAYOUT="jp"
XKBVARIANT=""
CHANGES:
  • keymap-set-20100812: fixed was failed azerty(fr) keyboard
  • keymap-set-20100724.: add input section if not exists (thanks to Abnormalter), variant qwerty|qwertz
  • keymap-set-20100721: force X settings by the '--load' option
  • keymap-set-20100718.pet has reviced interface and has layouts data.
    contens: /usr/sbin/keymap-set, /usr/share/i18n/layouts
  • keymap-set-20100215.tar.gz is old version and may fail its own interface.
Last edited by shinobar on Sun 29 Aug 2010, 07:39, edited 8 times in total.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

yudit

#2 Post by don570 »

Do you have any experience using
yudit text editor. It remaps the keys quite radically
the home page is
http://www.yudit.org/
I got it to work well after I put arial font inside
the package to display most languages, but
not Japanese or chinese which require special
fonts to be installed to display on screen properly!

Post Reply