convert-map revision a180a41bba1d50822df23fff0099e90b86638b89
919N/A# Copyright 2001 Peter Åstrand <astrand@cendio.se> for Cendio AB 919N/A# This program is free software; you can redistribute it and/or modify 919N/A# it under the terms of the GNU General Public License as published by 919N/A# the Free Software Foundation; version 2 of the License. 919N/A# This program is distributed in the hope that it will be useful, 919N/A# but WITHOUT ANY WARRANTY; without even the implied warranty of 919N/A# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 919N/A# GNU General Public License for more details. 919N/A# You should have received a copy of the GNU General Public License 919N/A# along with this program; if not, write to the Free Software 919N/A# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. print "Convert old-style keymaps to new style" print "Usage: %s <old-style-keymap>" %
sys.argv[
0]