From 9238e81a593c984ea9dc6e8718232d66654c8e23 Mon Sep 17 00:00:00 2001 From: Clayton Townsend II Date: Fri, 22 Jul 2022 14:33:36 -0500 Subject: [PATCH] add page up and page down to for scrolling pages adds page up and page down keys to main.go to scroll page up and scroll page down similar to behavior found in htop, and slightly more intuitive --- cmd/gotop/main.go | 4 ++-- dicts/de_DE.toml | 4 ++-- dicts/en_US.toml | 4 ++-- dicts/eo.toml | 4 ++-- dicts/es.toml | 4 ++-- dicts/fr.toml | 4 ++-- dicts/ru_RU.toml | 4 ++-- dicts/tt_TT.toml | 4 ++-- dicts/zh_CN.toml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go index 272eecc9..f43bab21 100644 --- a/cmd/gotop/main.go +++ b/cmd/gotop/main.go @@ -320,12 +320,12 @@ func eventLoop(c gotop.Config, grid *layout.MyGrid) { grid.Proc.ScrollHalfPageUp() ui.Render(grid.Proc) } - case "": + case "", "": if grid.Proc != nil { grid.Proc.ScrollPageDown() ui.Render(grid.Proc) } - case "": + case "", "": if grid.Proc != nil { grid.Proc.ScrollPageUp() ui.Render(grid.Proc) diff --git a/dicts/de_DE.toml b/dicts/de_DE.toml index edc74d8a..19c02bca 100644 --- a/dicts/de_DE.toml +++ b/dicts/de_DE.toml @@ -15,8 +15,8 @@ Prozessnavigation: - j und : Zeile nach unten - : halbe Seite nach oben - : halbe Seite nach unten - - : ganze Seite nach oben - - : ganze Seite nach unten + - und : ganze Seite nach oben + - und : ganze Seite nach unten - gg und : an den Anfang springen - G und : an das Ende springen diff --git a/dicts/en_US.toml b/dicts/en_US.toml index 30dacfa9..4fbdf5de 100644 --- a/dicts/en_US.toml +++ b/dicts/en_US.toml @@ -15,8 +15,8 @@ Process navigation: - j and : down - : half page up - : half page down - - : full page up - - : full page down + - and : full page up + - and : full page down - gg and : jump to top - G and : jump to bottom diff --git a/dicts/eo.toml b/dicts/eo.toml index 7371fa21..efcf72bd 100644 --- a/dicts/eo.toml +++ b/dicts/eo.toml @@ -15,8 +15,8 @@ Proceza navigadoj: - j kaj : malsupren - : duona paĝo supren - : duona paĝo malsupren - - : plena paĝo supren - - : plena paĝo malsupren + - kaj : plena paĝo supren + - kaj : plena paĝo malsupren - gg kaj : salti al supron - G kaj : salti al malsupron diff --git a/dicts/es.toml b/dicts/es.toml index bb4f3d10..a90e6c8b 100644 --- a/dicts/es.toml +++ b/dicts/es.toml @@ -15,8 +15,8 @@ Navegación de procesos: - j y : abajo - : media página arriba - : media página abajo - - : página completa arriba - - : página completa abajo + - y : página completa arriba + - y : página completa abajo - gg y : saltar al principio - G y : saltar al final diff --git a/dicts/fr.toml b/dicts/fr.toml index e694ed31..27ab1667 100644 --- a/dicts/fr.toml +++ b/dicts/fr.toml @@ -15,8 +15,8 @@ Navigation dans les processus: - j et : vers le bas - : une demi-page vers le haut - : une demi-page vers le bas - - : une page entière vers le haut - - : une page entière vers le bas + - et : une page entière vers le haut + - et : une page entière vers le bas - gg et : saut au début - G et : saut à la fin diff --git a/dicts/ru_RU.toml b/dicts/ru_RU.toml index df15a0b1..fe2d347f 100644 --- a/dicts/ru_RU.toml +++ b/dicts/ru_RU.toml @@ -14,8 +14,8 @@ help=""" - j и : вниз - : вверх на пол страницы - : вниз на пол страницы - - : вверх на всю страницу - - : вниз на всю страницу + - и : вверх на всю страницу + - и : вниз на всю страницу - gg and : наверх - G and : вниз Действия с процессами: diff --git a/dicts/tt_TT.toml b/dicts/tt_TT.toml index 3e778bc8..55907674 100644 --- a/dicts/tt_TT.toml +++ b/dicts/tt_TT.toml @@ -15,8 +15,8 @@ pu :>pU< dna k - nwod :>nwoD< dna j - pu egap flah :>u-C< - nwod egap flah :>d-C< - -pu egap lluf :>b-C< - -nwod egap lluf :>f-C< - +pu egap lluf :>pUegaP< dna >b-C< - +nwod egap lluf :>nwoDegaP< dna >f-C< - pot ot pmuj :>emoH< dna gg - mottob ot pmuj :>dnE< dna G - diff --git a/dicts/zh_CN.toml b/dicts/zh_CN.toml index bcce3041..f4c0e733 100644 --- a/dicts/zh_CN.toml +++ b/dicts/zh_CN.toml @@ -15,8 +15,8 @@ help=""" - j 或 : 下一行 - : 上半页 - : 下半页 - - : 上一页 - - : 下一页 + - : 上一页 + - : 下一页 - gg 或 : 到顶部 - G 或 : 到底部