Use shift-tab, not tab, to get to Try button in g-i-s live flow

The latest version of g-i-s grew a "Previous" button on the
final page, and hitting tab once now activates that, not the
Try button. shift-tab *should* get us to Try on both old and
new versions.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-09-21 17:59:34 -07:00
parent 863ee33073
commit e92ddbbece
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ sub gnome_initial_setup {
record_soft_failure "GOA screen not seen! Likely RHBZ #1997310";
}
}
send_key "tab" if ($args{live} && $args{livetry});
send_key "shift-tab" if ($args{live} && $args{livetry});
# on the 'live' flow, this will launch the installer
send_key "ret";
# we don't want to do anything further on the 'live' flow