#!/bin/sh

# Run this within a pbuilder chroot, etc, within X; 
# It will trash the current setup!

set -e

dumpkeys > /tmp/keymap-backup

find /usr/share/keymaps/ -type f -exec  loadkeys {} \;

loadkeys  /tmp/keymap-backup
