Go to file
Kim Woelders 8c5be8b468 Fix memory leak. 2013-03-17 16:24:49 +01:00
.gitignore Add .gitignore. 2009-04-19 09:32:42 +00:00
.indent.pro Indent E-style. 2006-03-18 10:23:33 +00:00
AUTHORS Should now work with e16.8 as well as older versions. 2006-03-18 15:16:24 +00:00
COPYING tada. 2000-03-13 22:13:22 +00:00
ChangeLog Version 0.7. 2010-02-14 08:52:29 +00:00
Makefile.am Fix linking with --no-add-needed. 2010-02-14 08:16:56 +00:00
README released 0.2 2000-03-23 19:07:00 +00:00
autogen.sh simpler autogen script 2006-03-31 03:09:20 +00:00
configure.ac Change package name to e16-keyedit for package naming consistency. 2010-07-26 20:19:28 +00:00
e16-keyedit.spec.in Spec file cleanups. 2010-07-26 20:21:58 +00:00
ipc.c Make e16keyedit work in e16 window mode. 2009-09-20 09:26:54 +00:00
ipc.h Constify. 2006-03-18 15:12:39 +00:00
menus.c Fix gtk2 complaints. 2006-03-18 21:51:38 +00:00
menus.h Constify. 2006-03-18 15:43:18 +00:00
viewer.c Fix memory leak. 2013-03-17 16:24:49 +01:00
viewer.h Should now work with e16.8 as well as older versions. 2006-03-18 15:16:24 +00:00

README

this is e16keyedit.

This is a standalone keybindings editor for enlightenment version 0.16.

It's mostly done, even though I never hooked up the menus to do anything
useful, which maybe I'll go back and do for an 0.2 release, but this 0.1 is
pretty much everything you'll need.

to build the application, use "make".
once you've done that, copy the binary (e16keyedit) to any binary directory
wherever you want to put it.  "make install" doesn't work, so it doesn't
really matter, does it?  *grin*

-- Mandrake

Mon Feb 21 11:09:48 PST 2000 - 0.1 released
Thu Mar 23 11:02:54 PST 2000 - 0.2 released