Go to file
Kim Woelders 600c660057 autogen.sh: Add -n as alternative to NOCONFIGURE 2020-01-08 18:49:10 +01:00
m4 Autofoo tweaks. 2017-02-12 20:00:26 +01:00
.gitignore Update .gitignore 2020-01-08 18:47:06 +01: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.9. 2018-08-12 16:36:01 +02:00
Makefile.am Add .desktop file. 2017-04-16 11:20:13 +02:00
README released 0.2 2000-03-23 19:07:00 +00:00
autogen.sh autogen.sh: Add -n as alternative to NOCONFIGURE 2020-01-08 18:49:10 +01:00
configure.ac Version 0.9. 2018-08-12 16:36:01 +02:00
e16-keyedit.desktop.in Add .desktop file. 2017-04-16 11:20:13 +02:00
e16-keyedit.spec.in Reintroduce acflags for configuration of rpmbuilds 2018-10-05 15:42:24 +02:00
e16keyedit.h Remove gtk1 support, add (mostly working) gtk3 support. 2013-03-24 21:52:31 +01:00
ipc.c Remove unnecessary use of deprecated gdk_flush() 2018-08-12 16:35:30 +02:00
menus.c Remove gtk1 support, add (mostly working) gtk3 support. 2013-03-24 21:52:31 +01:00
viewer.c Rewrite e_cb_key_change(), eliminating use of deprecated gdk_flush() 2018-08-12 16:35:30 +02: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