From ab702c7b4a7045eeb10a6ffc0b96b875ec1ec485 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Tue, 12 Mar 2019 11:32:15 +0900 Subject: [PATCH] Add anki deck to documentation This is a suggestion to help users with remembering the not often used yet useful shortcuts. Having to search the help text everytime we need something is time consuming, and we might forget that a feature is there at all (eg `[` and `]` for brightness control. It's simpler to just learn them :) --- help.ml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/help.ml b/help.ml index 1f5c60b..cec263c 100644 --- a/help.ml +++ b/help.ml @@ -170,6 +170,10 @@ selection command otherwise o Text selection is limited to a single page o Text searching is very naive|};; +-----Flashcards----- +To remember the shortcuts, an Anki deck has been made available: + https://ankiweb.net/shared/info/1547122548 + open Utils;; let gotourl launcher url = -- 2.11.4.GIT