CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/06/23 08:03:42
Modified files: sys/dev/adb : akbdmap.h Log message: Put back the non-controversial changes from r1.5 that I reverted on r1.6 due to the key modifier change. In details: - Fix the backspace key under X11 - Always use the command key (58) as modifier in console for *all* European keyboards - Do not use the small enter key (52) as modifier in console for the fr, sg, and sv_nodead layouts. - Do not redefined keys that are inherited from the default layout (de, uk). ok shadchin@, miod@