mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
- F2 to rename
- F8 to switch between active views - Finally fix dnd in FileIconView
This commit is contained in:
@ -195,6 +195,10 @@ public:
|
||||
edelib::ExpandableGroup::clear();
|
||||
#endif
|
||||
}
|
||||
|
||||
void start_rename() {
|
||||
show_editbox(get_focus());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user