mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #240] ALT Key sticks & Type/Paste Clipboard doesn't paste correctly #2093
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2093
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JerresonJ on GitHub (Jan 8, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/240
If I have a remote control window open and I "ALT-TAB" to another window on my local machine. When I "ALT-Tab" back to the remote window the remote session has the "ALT" key stuck down/on. I can double tap "ALT" on my keyboard to resolve it in the remote window but it causes some major headaches. When I "ALT-TAB" back to the remote and try to type something, it starts bringing up whatever "ALT+Letter/Number" does in that OS. So I have accidentally done a handful of actions in error because this "ALT" key is stuck.
The "Type" function isn't working.
I click "Type" and put the string "2308809400498" into the window and send it to the remote in a text editor my result is "23080940498"
Example
Click "type" and enter the word "access" then send it.
The result is "aces"
@wh1te909 commented on GitHub (Jan 8, 2021):
Hi these are meshcentral issues so please open tickets in their repo, I see one already #2126 for a bug with the "type" function so they are already aware of that
@dinger1986 commented on GitHub (Jan 8, 2021):
Use clipboard rather than copy and paste.
Copy and paste is flawed because your keyboard layout isn't always the same as what's set on the server and that mucks it up, it's not so much a mesh bug as just keyboard layouts.
If you send the clipboard to notepad first and check it if it's a script that works better.
@JerresonJ commented on GitHub (Jan 8, 2021):
Yea I started using the clipboard option to avoid the copy/paste issues but the "ALT" key sticking down is really killing things. Such a strange behavior.
I'll close it here since it's MeshCentral and not TacticalRMM related. I wasn't even thinking about the MeshCentral part.