File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2789,12 +2789,14 @@ int FileSystemDock::_get_menu_option_from_key(const Ref<InputEventKey> &p_key) {
27892789 return FILE_MENU_NEW_TEXTFILE ;
27902790 } else if (ED_IS_SHORTCUT (" filesystem_dock/rename" , p_key)) {
27912791 return FILE_MENU_RENAME ;
2792+ #if !defined(ANDROID_ENABLED) && !defined(WEB_ENABLED)
27922793 } else if (ED_IS_SHORTCUT (" filesystem_dock/show_in_explorer" , p_key)) {
27932794 return FILE_MENU_SHOW_IN_EXPLORER ;
27942795 } else if (ED_IS_SHORTCUT (" filesystem_dock/open_in_external_program" , p_key)) {
27952796 return FILE_MENU_OPEN_EXTERNAL ;
27962797 } else if (ED_IS_SHORTCUT (" filesystem_dock/open_in_terminal" , p_key)) {
27972798 return FILE_MENU_OPEN_IN_TERMINAL ;
2799+ #endif
27982800 } else if (ED_IS_SHORTCUT (" filesystem_dock/focus_path" , p_key)) {
27992801 return EXTRA_FOCUS_PATH ;
28002802 } else if (ED_IS_SHORTCUT (" editor/open_search" , p_key)) {
You can’t perform that action at this time.
0 commit comments