mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
eiconman will not accept any shortcut (meaning Esc will not close it)
This commit is contained in:
parent
c2adf77325
commit
84339d9232
@ -568,6 +568,7 @@ int Desktop::handle(int event) {
|
||||
switch(event) {
|
||||
case FL_FOCUS:
|
||||
case FL_UNFOCUS:
|
||||
case FL_SHORTCUT:
|
||||
return 1;
|
||||
|
||||
case FL_PUSH: {
|
||||
|
Loading…
Reference in New Issue
Block a user