Commit Graph

126 Commits

Author SHA1 Message Date
fufesou
50ce57024c macos, win, translate mode,
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:30 +08:00
fufesou
e24f5e7eed mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:30 +08:00
fufesou
50f751c215 temp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:30 +08:00
fufesou
586f0a2726 compile macos
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
01f762ffdb build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
1294103ba7 win, translate mode, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
347add1874 win, translate mode, to debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
ddc9792d15 win, translate mode, debug almost done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:47 +08:00
fufesou
cf121bdf47 win, translate mode, not debug yet
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:47 +08:00
fufesou
00867276ed fix wayland input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 14:18:25 +08:00
Josh Soref
b4bb5bfecf spelling: active
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
fufesou
97cf85d1b7 mouse forward back support on windows
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-05 17:47:26 +08:00
fufesou
fb5cfabf51 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 19:10:25 +08:00
fufesou
0b9b71e4fc move sleep from main thread
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 18:16:06 +08:00
fufesou
94cecb1860 macos, use private CGEventSource
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 17:13:12 +08:00
fufesou
01ade73304 fix macos sticky fn, https://stackoverflow.com/questions/74938870/sticky-fn-after-home-is-simulated-programmatically-macos
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 14:37:09 +08:00
KG7x
71103886e6 Fix typo 2022-12-25 20:21:13 +03:00
fufesou
f3d71024ed comment untested android key code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:12:34 +08:00
fufesou
98d0335607 remove warn
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:07:53 +08:00
fufesou
4b571aaa33 refact keyboard, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:03:39 +08:00
asur4s
39f8e2d712 refactor: release key of server 2022-12-17 21:12:45 +08:00
asur4s
11c9692278 refacotor: legacy of server 2022-12-15 03:52:45 -08:00
asur4s
d675bfa7e3 rename: sync status && add numlock capslock 2022-12-14 02:25:15 -08:00
asur4s
422f7b5359 refacotr: sync status 2022-12-13 15:34:12 -08:00
rustdesk
1424cbeb44 Merge branch 'master' into keyboard 2022-12-09 19:51:15 +08:00
fufesou
03fc91e557 fix block_on runtime
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-09 15:53:51 +08:00
Chieh Wang
49bcf8f794 fix conflict 2022-12-08 23:49:36 -08:00
Asura
a98174448f refactor: sync status of caps and numlock 2022-12-08 09:03:41 +08:00
Asura
176ed43807 refacotor: simplify mod of keyboard 2022-12-08 09:03:41 +08:00
fufesou
60073e037e wayland better uinput control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-30 10:28:46 +08:00
fufesou
9dfa02a702 Fix wayland input after Lock and Wake
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-25 19:28:43 +08:00
xxrl
13fd55557b feat: support track pad scroll on flutter 2022-11-20 23:47:15 +08:00
xxrl
edfb22d9c2 Merge branch 'master' into dev 2022-11-20 13:27:39 +08:00
21pages
2a65d948aa portable-service: little fix
Signed-off-by: 21pages <pages21@163.com>
2022-11-16 13:15:05 +08:00
21pages
8e1545b432 portable service
Signed-off-by: 21pages <pages21@163.com>
2022-11-15 17:05:10 +08:00
fufesou
e6698f32d7 Add some comments on mouse handler(input service)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-14 18:39:49 +08:00
fufesou
47d7e7ad93 input service, trivial refactor for cursor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-14 17:54:39 +08:00
fufesou
98bb47a81d fix cursor lost control sometime && refactor some Camel-Case flutter
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-14 15:05:44 +08:00
fufesou
ee4aa0d0ac trivial code refactor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-11 14:53:37 +08:00
fufesou
3d768098f8 fix mouse cannot be controled, when show remote cursor is on
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-11 14:28:35 +08:00
fufesou
ac3c7a1fa8 better mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-10 23:28:20 +08:00
xxrl
1b7950fc42 Merge branch 'master' into dev 2022-11-10 00:01:42 +08:00
fufesou
5424881d40 better mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-09 16:35:08 +08:00
fufesou
a85f775b3a simplier mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-09 16:23:05 +08:00
fufesou
60e8dd840f Remote side has a higher priority on mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-09 15:06:00 +08:00
xxrl
260c924010 opt: mac scroll to fast 2022-11-08 23:05:43 +08:00
Asura
996a317b57 refactor: keyboard listen and grab && fix shift + scroll 2022-11-04 13:42:10 +08:00
fufesou
d6c9639c5d fix: win remote and file transfer , simultaneous connection
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-31 10:04:59 +08:00
sjpark
31864eeec4 delete comment 2022-10-29 14:51:57 +09:00
sjpark
422dadfef3 windows extended key input 2022-10-29 14:46:02 +09:00