From 587b7307c6f05048f7644a703d586c7925be6e7c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 Feb 2006 11:59:22 +0000 Subject: [PATCH] * Add the keymap menu to the short panel too, and move it to F3 next to language. --- debian/changelog | 7 +++++++ panel.inc | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7d143c8..f79e7e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gfxboot-theme-ubuntu (0.1.14) UNRELEASED; urgency=low + + * Add the keymap menu to the short panel too, and move it to F3 next to + language. + + -- Colin Watson Tue, 21 Feb 2006 11:56:41 +0000 + gfxboot-theme-ubuntu (0.1.13) dapper; urgency=low * pa is Punjabi (Gurmukhi), not Persian. diff --git a/panel.inc b/panel.inc index 37e55e2..2efb3a0 100644 --- a/panel.inc +++ b/panel.inc @@ -42,11 +42,11 @@ syslinux { [ .panel.both [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] ] - [ .panel.both [ keyF3 0 "F3" /panel.video /panel.video.width /panel.video.update /video.init ] ] - [ .panel.both [ keyF4 0 "F4" /panel.access /panel.access.width /panel.access.update /access.init ] ] - [ .panel.short [ keyF5 0 "F5" /panel.options /panel.options.width /panel.options.update .undef ] ] + [ .panel.both [ keyF3 0 "F3" /panel.keymap /panel.keymap.width /panel.keymap.update /keymap.init ] ] + [ .panel.both [ keyF4 0 "F4" /panel.video /panel.video.width /panel.video.update /video.init ] ] + [ .panel.both [ keyF5 0 "F5" /panel.access /panel.access.width /panel.access.update /access.init ] ] - [ .panel.full [ keyF5 0 "F5" /panel.keymap /panel.keymap.width /panel.keymap.update /keymap.init ] ] + [ .panel.short [ keyF6 0 "F6" /panel.options /panel.options.width /panel.options.update .undef ] ] is_live not { [ .panel.full [ keyF6 0 "F6" /panel.dimode /panel.dimode.width /panel.dimode.update /dimode.init ] ]