Keyboard layout map generation -
i want generate same :
but in html document (whatever locale is)!
is there way this?
here's solution coming mate when comes kind of problems.
using shell command ps -hef
, see gkbd-keyboard-display -g 1
running.
there's no man
page.
$ man gkbd-keyboard-display no manual entry gkbd-keyboard-display see 'man 7 undocumented' when manual pages not available.
looking program:
$ type gkbd-keyboard-display gkbd-keyboard-display hashed (/usr/bin/gkbd-keyboard-display) $ file /usr/bin/gkbd-keyboard-display /usr/bin/gkbd-keyboard-display: elf 64-bit lsb executable, x86-64, version 1 (sysv), ...dynamically linked (uses shared libs), ...for gnu/linux 2.6.26, buildid[sha1]=0xc4e, [...]
so looking packet:
$ dpkg -s /usr/bin/gkbd-keyboard-display gkbd-capplet: /usr/bin/gkbd-keyboard-display $
looking in web, found https://packages.debian.org/gkbd-capplet add sid
because it's up-to-date version: https://packages.debian.org/sid/gkbd-capplet
from there, clicked on right option (developer's information (pts)
) see source packet: it's link: http://packages.qa.debian.org/libgnomekbd
in right column, "links
" clicked on link "browse source code
" https://sources.debian.net/src/libgnomekbd/unstable/
i went debian
folder in file watch
, , there url of source code:
https://sources.debian.net/src/libgnomekbd/3.6.0-1/debian/watch/
from on i'll have understand how works, , how output configurations in way can read in json
format. lots of work do, interesting!
Comments
Post a Comment