* Re-enable access=m2 option (now "On-Screen Keyboard") by default.

master
Colin Watson 18 years ago
parent 1b4481ee60
commit 9c548b23bc

1
debian/changelog vendored

@ -12,6 +12,7 @@ gfxboot-theme-ubuntu (0.2.2) UNRELEASED; urgency=low
* Interpret gfxboot-access-options keyword in isolinux.cfg; for example,
"v1 v2 m1" enables only the high contrast, magnifier, and keyboard
modifiers options.
* Re-enable access=m2 option (now "On-Screen Keyboard") by default.
* Add/update translations from Rosetta: Afrikaans, Arabic, Belarusian,
Bengali, Catalan, Kashubian, Danish, Esperanto, Spanish, Estonian,

@ -12,11 +12,12 @@
/.access.v2 2 def
/.access.v3 3 def
/.access.m1 4 def
/.access.m2 5 def
/access.alloptionnames [
.undef
"v1" "v2" "v3"
"m1"
"m1" "m2"
] def
/access.optionnames [ access.alloptionnames { } forall ] def
@ -24,7 +25,7 @@
/access.alltexts [
/txt_access_none
/txt_access_v1 /txt_access_v2 /txt_access_v3
/txt_access_m1
/txt_access_m1 /txt_access_m2
] def
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Loading…
Cancel
Save