diff options
-rwxr-xr-x | test/feh-scr-i.t | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/feh-scr-i.t b/test/feh-scr-i.t index 8f0cb09..36cb494 100755 --- a/test/feh-scr-i.t +++ b/test/feh-scr-i.t @@ -131,7 +131,7 @@ test_scr('feh_lwi'); SendKeys('^({RIG})'); test_scr('feh_lwi_scroll_r'); -SendKeys('^({DOW})'); +SendKeys('^({DOWN})'); test_scr('feh_lwi_scroll_rd'); SendKeys('^({RIG})'); @@ -286,7 +286,7 @@ test_scr('feh_lhi_iirr'); SendKeys('{UP}'); test_scr('feh_lhi_iirri'); -SendKeys('{DOW}'); +SendKeys('{DOWN}'); test_scr('feh_lhi_iirrio'); feh_stop(); @@ -294,13 +294,13 @@ feh_stop(); feh_start( q{}, 'test/bg/large/h/in' ); test_scr('feh_lhi'); -SendKeys('{DOW}'); +SendKeys('{DOWN}'); test_scr('feh_lhi_o'); -SendKeys('{DOW}'); +SendKeys('{DOWN}'); test_scr('feh_lhi_oo'); -SendKeys('{DOW}'); +SendKeys('{DOWN}'); test_scr('feh_lhi_ooo'); feh_stop(); |