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:
parent
6d3565bd4c
commit
964f0addbf
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user