mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-07 01:41:10 +01:00
- [GUI] removed bindings to return to a previously visited page (maybe added for testing?).
This commit is contained in:
parent
83e24a1fda
commit
4b52a02035
@ -2011,12 +2011,6 @@ local file paths."
|
|||||||
(if clockwise
|
(if clockwise
|
||||||
(scale-gemtext main-window 0.1)
|
(scale-gemtext main-window 0.1)
|
||||||
(scale-gemtext main-window -0.1))))
|
(scale-gemtext main-window -0.1))))
|
||||||
:exclusive t)
|
|
||||||
(gui:bind target
|
|
||||||
#$<BackSpace>$
|
|
||||||
(lambda (e)
|
|
||||||
(declare (ignore e))
|
|
||||||
(funcall (back-iri-clsr main-window)))
|
|
||||||
:exclusive t))
|
:exclusive t))
|
||||||
|
|
||||||
(defun init-main-window (starting-iri)
|
(defun init-main-window (starting-iri)
|
||||||
|
Loading…
Reference in New Issue
Block a user