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:
@@ -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 $? $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user