Boot monitor flag that enables 'sticky right-alt', permanent change

to col selected from the keymap untill right-alt is pressed again.

Sticky alt code and russian keymap contributed by Roman Ignatov
and Yaroslav Schekin.
This commit is contained in:
Ben Gras
2007-05-16 13:14:37 +00:00
parent b6cd5d0351
commit b918f61820
5 changed files with 169 additions and 3 deletions
+5
View File
@@ -18,6 +18,7 @@ all: \
latin-america.map \
olivetti.map \
polish.map \
russian.map \
scandinavian.map \
spanish.map \
uk.map \
@@ -34,6 +35,7 @@ install: \
$(LK)/latin-america.map \
$(LK)/olivetti.map \
$(LK)/polish.map \
$(LK)/russian.map \
$(LK)/scandinavian.map \
$(LK)/spanish.map \
$(LK)/uk.map \
@@ -70,6 +72,9 @@ $(LK)/olivetti.map: olivetti.map
$(LK)/polish.map: polish.map
install -c $? $@
$(LK)/russian.map: russian.map
install -c $? $@
$(LK)/scandinavian.map: scandinavian.map
install -c $? $@