[feat, UX] SDL: add Gtk3 filechooser (#3827)

The specifics for other implementations are easy to change in the backend.
This commit is contained in:
Frans de Jonge
2018-04-03 20:03:56 +02:00
committed by GitHub
parent 7f4be45d4e
commit 086ced07f9
3 changed files with 23 additions and 1 deletions

View File

@@ -32,4 +32,7 @@ return {
[81] = "Down", -- arrow down
[78] = "RPgFwd", -- normal PageDown
[76] = "Del", -- Delete
[101] = "ContextMenu", -- Context menu key
[224] = "Ctrl", -- Left Ctrl
[228] = "Ctrl", -- Right Ctrl
}