zeuschild / cellwriter

Automatically exported from code.google.com/p/cellwriter
GNU General Public License v2.0
0 stars 0 forks source link

Localized keyboard layouts #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Users may be willing to create keyboard layouts for their languages.
CellWriter should have a simple format for these (or use an existing one)
and an interface for loading them.

Original issue reported on code.google.com by risu...@gmail.com on 20 Jul 2008 at 12:39

GoogleCodeExporter commented 8 years ago
I have a working copy based on version 1.3.4 that takes its keyboard layout 
from the
first group of the user's X keymap. Should I post patches here or open a new 
bug?

Original comment by bielaws...@gmail.com on 17 Jan 2009 at 8:52

GoogleCodeExporter commented 8 years ago
Sure, feel free to post any patches here. The X keymap only contains keycodes, 
right?
Ideally we would want some way to actually enter entire new keys too...

Original comment by risu...@gmail.com on 20 Jan 2009 at 11:50

GoogleCodeExporter commented 8 years ago
Here are the patches. Two important things missing: the ability to select 
another
group, and a compose key.

Please point out any errors, as this is my second time using C itself and first
modifying a GUI application written in C.

Original comment by bielaws...@gmail.com on 21 Jan 2009 at 3:43

Attachments:

GoogleCodeExporter commented 8 years ago
Can not download keywidget.c.diff 

Original comment by optimu...@gmail.com on 8 Jun 2010 at 1:34

GoogleCodeExporter commented 8 years ago
optimusgd: Downloading works for me. Note that the patch is rendered out of 
date by r15 – try applying to released version 1.3.4 or downloading [1] which 
already has it applied.

[1] 
http://12121212.no-ip.info/victor/cellwriter/cellwriter-1.3.4-modified.tar.gz

Original comment by bielaws...@gmail.com on 8 Jun 2010 at 1:59

GoogleCodeExporter commented 8 years ago
The keyevents diff was backwards, fixed it.
Some codingerrors in the keywidget diff, fixed that too.

Also made them easier to apply.

Thanks for this wonderful program!

Original comment by ze.h...@gmail.com on 23 Jun 2010 at 12:28

Attachments: