Do not support fullscreen toggle keyboard sequence in remote_app mode. There is no support in interface for this

and the fullscreen code is not designed to handle remote app windows.
This commit is contained in:
bjcollins 2015-10-15 14:31:15 -05:00
parent 6d3565bd4c
commit 964f0addbf

View File

@ -466,7 +466,7 @@ BOOL xf_keyboard_handle_special_keys(xfContext* xfc, KeySym keysym)
return TRUE; return TRUE;
} }
if(xfc->fullscreen_toggle) if(!xfc->remote_app && xfc->fullscreen_toggle)
{ {
if (keysym == XK_Return) if (keysym == XK_Return)
{ {