For chromium based browsers (or future browsers that add support for the keyboard api) this will keep the escape key from exiting full screen and instead require a long key press.
This commit improves the Traditional Chinese (zh_TW) translations for
better clarity and application suitability.
Co-authored-by: Matt McClaskey <matthew.mcclaskey@gmail.com>
* KASM-6045 fix firefox paste bug
* KASM-6045 change logic to have seamless disabled by default for direct KasmVNC connections on Safari and Firefox (#111)
* KASM-6045 fixes for inside kasm workspaces
---------
Co-authored-by: Matt McClaskey <matt@kasmweb.com>
Co-authored-by: Ryan Kuba <ryankuba@gmail.com>
* KASM-5598 Get mouse down working cross browser
* moved variables declared outside the class
---------
Co-authored-by: Chris Hunt <chris.hunt@kasmweb.com>
Co-authored-by: mattmcclaskey <matt@kasmweb.com>
* KASM-5598 modify click logic to tell other windows they can receive a click event
* KASM-5598 dont run the rest of the switch on click focus set
* KASM-5598 forgot to false
* fix detection of changes of x and y of secondary screens
* always apply resize after recieving display reregister
---------
Co-authored-by: ryan.kuba <ryan.kuba@kasmweb.com>
Co-authored-by: mattmcclaskey <matt@kasmweb.com>
* KASM-5598 modify click logic to tell other windows they can receive a click event
* KASM-5598 dont run the rest of the switch on click focus set
* KASM-5598 forgot to false
---------
Co-authored-by: ryan.kuba <ryan.kuba@kasmweb.com>
* KASM-5523 change resize settings if admin prohibited on server
* Fix local scaling aspect ratio
* fix exception on reconnect
* Always recalculate resolution on setting changes
---------
Co-authored-by: mattmcclaskey <matt@kasmweb.com>
* KASM-5417 fix bug watermrk multi-display
* Force the zlib expected size to an int, it was unexpectedly float
* KASM-5427 transparent rects not drawn on primary display
* add double buffer when transparent rects are used
* refactor of transparent rects
* Use a more descriptive zlib error
* account for dropped transparent rects
* fix bug with multi-monitor with overlay
* add auto left click on focus
* remove filter of cursor updates
* terminate session option
* Detect user switching windows vs tabs
* Get cross display dragging working
* Selectively prevent default on mouse events
* correct mouse coordinates from secondary screens
---------
Co-authored-by: matt <matt@kasmweb.com>
Co-authored-by: Chris Hunt <chris.hunt@kasmweb.com>