Keyboard list: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
* Use Adobe to read PDF and Grab to take a screen shot |
* Use Adobe to read PDF and Grab to take a screen shot |
||
* Save as Tiff |
* Save as Tiff |
||
* Use Imagemagick to convert to png ($ convert <file>.tiff <file>.png) |
* Use Imagemagick to convert to png ($ /Applications/ImageMagick-6.4.1/bin/convert <file>.tiff <file>.png) |
||
* Upload png to wiki page |
* Upload png to wiki page |
||
Also see [[How_to_create_a_keyboard_layout]] for software development items. |
|||
[[Category:Keyboard]] |
|||
[[Category:Language support]] |
|||
[[Category:Languages (international)]] |
Latest revision as of 15:26, 22 July 2008
Procedure for creating a new keyboard:
- check to see if there is an existing layout specified in /usr/share/X11/xkb/symbols
- if yes to #1, then make a mock-up based upon this specification (I use inkscape to generate an SVG)
- identify someone in country with whom to iterate in the design (presumably the design was motivated by someone in country)
- create artwork and modified symbol file for X as necessary
- push out to wiki for feedback; more iteration
- hand the artwork off to Quanta
- push the X changes upstream
- approve samples from Quanta
Keyboard image:
- Use Inkscape to create the keyboard
- Save as PDF
- Use Adobe to read PDF and Grab to take a screen shot
- Save as Tiff
- Use Imagemagick to convert to png ($ /Applications/ImageMagick-6.4.1/bin/convert <file>.tiff <file>.png)
- Upload png to wiki page
Also see How_to_create_a_keyboard_layout for software development items.