-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcuts #1881
Comments
I don't know if it has been looked into, but for some browsers (Chrome) this may be a possibility with the the newer keyboard lock API https://web.dev/keyboard-lock/ . From a quick read it seems the Windows key is encompassed in it. I primarily use macOS as the controlling computer, so I haven't run a test, but it may in fact be possible. |
Ha yes, I need to look into this. |
The MeshCentral Router is great, it supports the keyboard short cuts as required. Thanks for that suggestion!! The option mentiond by @ryanblenis is worth investigating. I think this should be a great improvement... |
Just wanted to update this post: As stated before, I use a Mac for the admin side, so I have been able to use Cmd-* functions that pass through to Windows systems as WinKey-* functions without issue. As of the latest versions (at least 0.7.10+) this is no longer the case for all combinations, as the OS/browser now intercept several commands (such as Cmd-R to open a Run dialog on a remote Windows machine), which is now being captured by the host OS (leading Cmd-R to reload the page in the local browser). So it would be wonderful to take a look at the keyboard lock API for another reason now! |
Hello everyone! Wtih BR |
@fanynek86 ALT+TAB does work as ive just tried it here BUT do note, it only works because im on mac if you are using the SAME OS as the remote device, then YOUR OS will take over controls of certain key presses but sadly the is no way currently to bind different key presses to different key presses like you said |
@si458 And the possibility that @ryanblenis mentioned here is not possible https://web.dev/keyboard-lock/ ? I tried it in the DEMO here: https://keyboard-lock.glitch.me/ and it worked beautifully. It only works for me on Chrome. Unfortunately, FireFox does not support this. |
@fanynek86 That's the problem, it's only Chrome support, the is no safari, and Firefox support |
@si458 So far I have tried Edge, Vivaldi.. All browsers that have Chromium core support this feature. |
@fanynek86 ive just realised/noticed in the source code |
@si458 Unfortunately, I tried everything in fullscreen in the browser while clicking the "fullscreen" icon in MeshCentral before writing this post. Hotkey transfer only works via MeshCentral Router and not always. That's why I found this solution to be a handy help for many of us. Yes, I use Windows OS. |
@fanynek86 if you are happy changing some code to do some testing here what you can do.
|
@fanynek86 you can also try, just before you hold the shift key and click the fullscreen icon, then once you leave the full screen, run |
@si458 Great, I used the first option and everything works exactly as it should (ALT+TAB; WIN+R; WIN+PAUSE, etc.). Thank you very much for your help. A very useful feature that will help us all. |
Signed-off-by: si458 <simonsmith5521@gmail.com>
@fanynek86 glad that worked! ive just pushed it to the repo so im going to close this issue now :) |
Signed-off-by: si458 <simonsmith5521@gmail.com>
@si458 The absolute nicest thing would be if we could press activate it in a window and not have to be in fullscreen. Here is another alternative: If you think of something... |
sadly, if you read the specs |
issue #730 would make Mescentral to my very best friend. I'm kind of married with my keyboard and try to ignore my mouse as much as possible. However, Remote Sessions via meshcentral forces me to move to the mouse.
Is there any change #730 will get rid of the tag 'WontFix'? possible solutions are mentioned in there?
The text was updated successfully, but these errors were encountered: