diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 02:48:30 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 02:48:30 +0000 |
commit | e1481e0a7c066357dfb67136f331b5f069d94f3c (patch) | |
tree | 19599adc9a54e8295402ceb25d6f2ea42edea439 /src/tips | |
download | knowit-e1481e0a7c066357dfb67136f331b5f069d94f3c.tar.gz knowit-e1481e0a7c066357dfb67136f331b5f069d94f3c.zip |
Added abandoned KDE3 version of knowit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knowit@1091582 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/tips')
-rw-r--r-- | src/tips | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/src/tips b/src/tips new file mode 100644 index 0000000..b0be289 --- /dev/null +++ b/src/tips @@ -0,0 +1,63 @@ +<tip category="Editor"> +<html> +<p>...that you can insert a breakline using <tt>Control+Enter</tt>? +</html> +</tip> + +<tip category="Application"> +<html> +<p>...that you can create list, starting lines with <tt>*</tt> +or <tt>-<tt>? +</html> +</tip> + +<tip category="Application"> +<html> +<p>...that if KnowIt is docked on logout, it would be reopen and +docked next time you start KDE? +</html> +</tip> + +<tip category="Application"> +<html> +<p>...that you can disable toolbar using Options->Configure...? +</html> +</tip> + +<tip category="Application"> +<html> +<p>...that you can configure all shortcuts using +Options->Configure shortcuts? +</html> +</tip> + +<tip category="Application"> +<html> +<p>...that you can always invoke Tip window using Help menu? +</html> +</tip> + +<tip category="Notes"> +<html> +<p>...that you can change current note with <tt>Alt+Up</tt>, +<tt>Alt+Down</tt>, <tt>Alt+Left</tt>, <tt>Alt+Right</tt>, +<tt>Alt+Home</tt> and <tt>Alt+End</tt>, even if editor is active? +</html> +</tip> + +<tip category="Notes"> +<html> +<p>...that you can move current note with <tt>Alt+Shift+Up</tt>, +<tt>Alt+Shift+Down</tt>, <tt>Alt+Shift+Left</tt>, <tt>Alt+Shift+Right</tt>, +<tt>Alt+Shift+Home</tt> and <tt>Alt+Shift+End</tt>, even if editor is active? +</html> +</tip> + +<tip category="Editor"> +<html> +<p>...that you can toggle Insert Mode from normal insert to overwrite +by either pressing <tt>Insert</tt> button or by clicking on the status +in the status bar? +</html> +</tip> + |