Skip to content

Commit 4d12d2c

Browse files
authored
Update README.md
1 parent c407250 commit 4d12d2c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
194196
you 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
200203
you can also explore a file list by use the current key char.
201204

0 commit comments

Comments
 (0)