I use the following to make capslock act as control in the console window. What I'm wondering is if there is a way to do this without installing console-tools, which depends on console-data and console-tools-libs, which altogether require almost 5M of disk space on my machine. Any thoughts?
Dan loadkeys << EOF keymaps 0-15 # make capslock produce Control: keycode 58 = Control # make left windows key produce control keycode 125 = Control EOF