Archived
2
0
Commit Graph

21 Commits

Author SHA1 Message Date
alectrocute
1d0186aed2 implements control shortcut on video overlay, re-styles the select dropdown 2020-07-12 23:03:51 -07:00
Miroslav Šedivý
01d6ea5ad0 BUG: prevent events when hosting 2020-06-16 13:12:36 +02:00
Miroslav Šedivý
5cf9c29319 use guacamole keyboard as TS module 2020-06-15 20:45:32 +02:00
Miroslav Šedivý
36937a0776 gruacamole native kbd reset 2020-06-15 17:28:05 +02:00
Miroslav Šedivý
d2477a37d0 use guacamole kbd 2020-06-15 15:55:31 +02:00
Miroslav Šedivý
aa1fedcb24 map KeySym at client side 2020-06-13 16:21:11 +02:00
Erin Moon
cf84eec999 components/video.vue: fix keyup-on-blur code
the code authored in 52ee737276 (probably)
worked in the browser due to string to numeric type autoconversion but
didn't typecheck during container build.

namely, Object.keys(this.activeKeys) will always return a string[];
however, we need number[] for the sendData() call to typecheck.

this replaces the untyped object holding active keys with a Set<number>,
which is more expressive anyway.
2020-04-15 15:08:03 -05:00
Miroslav Šedivý
52ee737276 log active keys + onBlur 2020-04-11 16:50:59 +02:00
Ellen Marie Dash
080766481c
Fix _+: keys in Firefox
19466b5 fixes the keys without shift; this fixes them with shift.

Related: 19466b5625
Context: https://github.com/nurdism/neko/issues/51#issuecomment-609877197
2020-04-06 13:09:32 -04:00
Craig
19466b5625 fixes #51 2020-04-05 03:31:23 +00:00
Craig
9d484a49d0 linting 2020-04-05 03:17:06 +00:00
Craig
1f8b4d44c7 fix #33 2020-02-12 22:41:52 +00:00
Craig
fc43a0a3ab mute video if not focused 2020-02-12 04:16:49 +00:00
Craig
d29a64ac86 lock controls 2020-02-11 23:51:57 +00:00
Craig
b6a5c2cc95 live resolution complete 2020-02-11 18:43:31 +00:00
Craig
9e995233af live change resolution (WIP) 2020-02-11 05:15:59 +00:00
Craig
2337de90a1 potential fix for #26 2020-02-02 22:51:28 +00:00
Craig
1b9d36b516 minor chages 2020-01-25 15:14:46 +00:00
Craig
56a5dcf77f clipboard sync and some minor fixes 2020-01-25 14:29:52 +00:00
Craig
157ee2e1fb more progress on refactor 2020-01-23 15:23:26 +00:00
Craig
8ba1b68a21 refactor progress 2020-01-22 17:16:40 +00:00