File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2803,12 +2803,14 @@ int FileSystemDock::_get_menu_option_from_key(const Ref<InputEventKey> &p_key) {
28032803 return FILE_MENU_NEW_TEXTFILE ;
28042804 } else if (ED_IS_SHORTCUT (" filesystem_dock/rename" , p_key)) {
28052805 return FILE_MENU_RENAME ;
2806+ #if !defined(ANDROID_ENABLED) && !defined(WEB_ENABLED)
28062807 } else if (ED_IS_SHORTCUT (" filesystem_dock/show_in_explorer" , p_key)) {
28072808 return FILE_MENU_SHOW_IN_EXPLORER ;
28082809 } else if (ED_IS_SHORTCUT (" filesystem_dock/open_in_external_program" , p_key)) {
28092810 return FILE_MENU_OPEN_EXTERNAL ;
28102811 } else if (ED_IS_SHORTCUT (" filesystem_dock/open_in_terminal" , p_key)) {
28112812 return FILE_MENU_OPEN_IN_TERMINAL ;
2813+ #endif
28122814 } else if (ED_IS_SHORTCUT (" filesystem_dock/focus_path" , p_key)) {
28132815 return EXTRA_FOCUS_PATH ;
28142816 } else if (ED_IS_SHORTCUT (" editor/open_search" , p_key)) {
You can’t perform that action at this time.
0 commit comments