Lines Matching +full:- +full:- +full:configuration
7 --------
11 * Easy configuration through DokuWiki admin interface
15 -----------------
16 * Ctrl+E - Edit current page
17 * Ctrl+S - Save current page (only in edit mode)
18 * Ctrl+I - Insert snippet (only in edit mode)
21 ------------
23 lib/plugins/myshortcuts/ - if the folder is called different it
29 CONFIGURATION
30 -------------
32 Admin → Configuration Settings → myshortcuts plugin
42 --------------
52 ------------------------
66 -----
68 - Press your configured edit shortcut (default: Ctrl+E) to enter edit mode
71 - Press your configured save shortcut (default: Ctrl+S) to save changes
72 - Press your configured snippet shortcut (default: Ctrl+I) to open snippet dialog
73 - Select a snippet from the dialog or press ESC to cancel
76 - Click on a snippet to insert it at cursor position
77 - Use keyboard navigation (Tab/Shift+Tab) to move between snippets
78 - Press Enter to insert selected snippet
79 - Press ESC to close dialog
82 ---------------------
84 * Ctrl+S is "Save Page" in most browsers - the plugin will override this
89 ---------------
91 - Check browser console for errors (F12)
92 - Verify shortcuts don't conflict with browser shortcuts
93 - Try different modifier keys (Alt, Meta instead of Ctrl)
96 - Make sure you're in edit mode
97 - Check if the edit form is visible
100 - Make sure you're in edit mode
101 - Check snippet configuration format
104 -----------
106 * action.php - Passes configuration to JavaScript
107 * script.js - Handles keyboard events and actions
108 * style.css - Styles for snippet dialog
109 * conf/default.php - Default configuration values
110 * conf/metadata.php - Configuration field types
111 * lang/en/settings.php - English configuration descriptions
114 -------
119 -------