comparison lisp/emulation/edt-lk201.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 0d8b17d428b5
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards 1 ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards
2 2
3 ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; Author: Kevin Gallagher <kevingal@onramp.net> 6 ;; Author: Kevin Gallagher <kevingal@onramp.net>
6 ;; Maintainer: Kevin Gallagher <kevingal@onramp.net> 7 ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
7 ;; Keywords: emulations 8 ;; Keywords: emulations
8 9
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
20 21
21 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;; See edt-user.doc in the Emacs etc directory. 29 ;; See edt-user.doc in the Emacs etc directory.
29 30
55 ("F6" . [f6]) ("F7" . [f7]) ("F8" . [f8]) ("F9" . [f9]) ("F10" . [f10]) 56 ("F6" . [f6]) ("F7" . [f7]) ("F8" . [f8]) ("F9" . [f9]) ("F10" . [f10])
56 ("F11" . [f11]) ("F12" . [f12]) ("F13" . [f13]) ("F14" . [f14]) 57 ("F11" . [f11]) ("F12" . [f12]) ("F13" . [f13]) ("F14" . [f14])
57 ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18]) 58 ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18])
58 ("F19" . [f19]) ("F20" . [f20]))) 59 ("F19" . [f19]) ("F20" . [f20])))
59 60
61 ;;; arch-tag: 36f498cf-c3f6-41b0-911b-83b1348855ec
60 ;;; edt-lk201.el ends here 62 ;;; edt-lk201.el ends here