diff options
author | Kristian Høgsberg <krh@redhat.com> | 2005-09-28 19:28:15 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2005-09-28 19:28:15 +0000 |
commit | c4483b314106bcd2bb13e49650cfd279f74da73e (patch) | |
tree | e5c272cea0830d372deacccf1e52d1851055309a | |
parent | 149fc373521b4ceb33e37c693834a27a702fcc2b (diff) |
Copy bits from COPYING here.
Copy first paragraph from man page.
Add swap.km.
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 5 |
4 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,2 @@ +Jim Fulton, MIT X Consortium; derived from parts of the original +xmodmap, written by David Rosenthal, of Sun Microsystems. @@ -0,0 +1,8 @@ +2005-09-28 Kristian Høgsberg <krh@redhat.com> + + * AUTHORS: Copy bits from COPYING here. + + * README: Copy first paragraph from man page. + + * Makefile.am (EXTRA_DIST): Add swap.km. + diff --git a/Makefile.am b/Makefile.am index f1f4b46..f2cdad0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,3 +35,5 @@ xmodmap_SOURCES = \ dist_man1_MANS = \ xmodmap.man +EXTRA_DIST = \ + swap.km @@ -0,0 +1,5 @@ +The xmodmap program is used to edit and display the keyboard modifier +map and keymap table that are used by client applications to convert +event keycodes into keysyms. It is usually run from the user's +session startup script to configure the keyboard according to personal +tastes. |