From 950d871b0e569954e0813c3b8f88069543f28b33 Mon Sep 17 00:00:00 2001 From: Ingo Blechschmidt Date: Wed, 29 Apr 2020 09:36:32 +0200 Subject: [PATCH] Document default setting of `focusOnClick` --- kasmweb/docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kasmweb/docs/API.md b/kasmweb/docs/API.md index aa6337f..f687644 100644 --- a/kasmweb/docs/API.md +++ b/kasmweb/docs/API.md @@ -24,7 +24,7 @@ protocol stream. `focusOnClick` - Is a `boolean` indicating if keyboard focus should automatically be moved to the remote session when a `mousedown` or `touchstart` - event is received. + event is received. Enabled by default. `touchButton` - Is a `long` controlling the button mask that should be simulated