mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Add mention of new keybindings to help text and changelog
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- Added keybindings (`0`/`$`) to scroll to left or right side of zoomed-in image ([#131](https://github.com/itsjunetime/tdf/pull/131), thank you [@IshDeshpa](https://github.com/IshDeshpa)!)
|
||||||
|
|
||||||
# v0.5.0
|
# v0.5.0
|
||||||
|
|
||||||
- Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`)
|
- Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`)
|
||||||
|
|||||||
@@ -1105,6 +1105,8 @@ gg/G (when on fill-screen):
|
|||||||
Scroll to top/bottom of page
|
Scroll to top/bottom of page
|
||||||
H, J, K, L (when zoomed in):
|
H, J, K, L (when zoomed in):
|
||||||
Pan direction around page
|
Pan direction around page
|
||||||
|
0/$ (when on fill-screen):
|
||||||
|
Scroll to left/right side of page
|
||||||
";
|
";
|
||||||
|
|
||||||
pub enum InputAction {
|
pub enum InputAction {
|
||||||
|
|||||||
Reference in New Issue
Block a user