File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -190,12 +190,15 @@ You can have tables display like that.
190190
191191## Exploring by keys
192192
193- you can activate this feature by uncomment "#define USE_EXPLORATION_BY_KEYS" in you custom config file (CustomImGuiFileDialogConfig.h in this example)
193+ you can activate this feature by uncomment : "#define USE_EXPLORATION_BY_KEYS"
194+ in you custom config file (CustomImGuiFileDialogConfig.h in this example)
195+
194196you can also uncomment the next lines for define your keys :
195- *IGFD_KEY_UP => Up key for explore to the top
196- *IGFD_KEY_DOWN => Down key for explore to the bottom
197- *IGFD_KEY_ENTER => Enter key for open directory
198- *IGFD_KEY_BACKSPACE => BackSpace for comming back to the last directory
197+
198+ * IGFD_KEY_UP => Up key for explore to the top
199+ * IGFD_KEY_DOWN => Down key for explore to the bottom
200+ * IGFD_KEY_ENTER => Enter key for open directory
201+ * IGFD_KEY_BACKSPACE => BackSpace for comming back to the last directory
199202
200203you can also explore a file list by use the current key char.
201204
You can’t perform that action at this time.
0 commit comments