Home
last modified time | relevance | path

Searched refs:kba_scroll_page (Results 1 – 2 of 2) sorted by relevance

/dports/audio/vitunes/vitunes-2.3/
H A Dkeybindings.c92 { scroll_up_page, kba_scroll_page, true, { .direction = UP, .amount = SINGLE }},
93 { scroll_down_page, kba_scroll_page, true, { .direction = DOWN, .amount = SINGLE }},
94 { scroll_up_halfpage, kba_scroll_page, true, { .direction = UP, .amount = HALF }},
95 { scroll_down_halfpage, kba_scroll_page, true, { .direction = DOWN, .amount = HALF }},
96 { scroll_up_wholepage, kba_scroll_page, true, { .direction = UP, .amount = WHOLE }},
97 { scroll_down_wholepage, kba_scroll_page, true, { .direction = DOWN, .amount = WHOLE }},
516 kba_scroll_page(KbaArgs a) in kba_scroll_page() function
H A Dkeybindings.h125 void kba_scroll_page(KbaArgs a);