From ab2ae2863a01e1f1bad7a44f1f77c3b6ce0067a3 Mon Sep 17 00:00:00 2001 From: KronosTheLate <61620837+KronosTheLate@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:30:20 +0200 Subject: [PATCH] Document how to cycle colors This PR adds a skeleton for a sentence I am missing before i can make use of ColorCycle, where i am hoping that someone who knows the answer can correct the part in all caps. Alternativly, linking to some documentation would be great. --- docs/guide/plugins/notable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/plugins/notable.md b/docs/guide/plugins/notable.md index d2ad476..8210f0a 100644 --- a/docs/guide/plugins/notable.md +++ b/docs/guide/plugins/notable.md @@ -9,7 +9,7 @@ it on the clipboard or save it into a user specified file provides a shortcut for toggling between "grid background with snapping to grid" and "plain background without snapping to grid" - The [ColorCycle plugin](https://github.com/xournalpp/xournalpp/tree/master/plugins/ColorCycle) -lets you cycle through a list of colors for the current tool by using the same accelerator repeatedly +lets you cycle through a list of colors for the current tool by using the same accelerator repeatedly, namely INSERT ACCELERATOR HERE - The [LayerActions plugin](https://github.com/xournalpp/xournalpp/tree/master/plugins/LayerActions) provides shortcuts for cloning non-background layers to the next page, hiding all non-background layers except the footer layers and adding a new top layer on each page.