1 Rookie
•
11 Posts
0
508
December 11th, 2024 12:13
Ctrl + Shift + T Changed function in Citrix Workspace 2408
Ctrl + Shift + T which some users use to open a new browser tab is now opening up the enhanced Desktop Viewer toolbar.
In the article below it states that it is win-shift-t.
Is thera an ability to change this in the wfclient.ini?
Starting with the 2408 version, you can access the enhanced Desktop Viewer toolbar using the keyboard of your endpoint devices. With this feature, you can invoke the toolbar, navigate through the options, and select the required options using the keyboard shortcuts.
Use the following keyboard shortcuts to access the toolbar:
Win + Shift + t
: Show the toolbar and move focus to the first button.
No Events found!
jbak98
1 Rookie
•
11 Posts
1
December 19th, 2024 16:28
Ok Fix found!
Was on a call with a dell engineer earlier on page 53 of the release notes!! The fix!
Dell ThinOS 2402, 2405, 2408 and 2411 Release Notes
Support for keyboard shortcuts for enhanced desktop viewer toolbar
This section explains how to use keyboard shortcuts to access the enhanced Desktop Viewer toolbar.
In ThinOS 2411 and Citrix Workspace App 2408, you can access the enhanced Desktop Viewer toolbar using the keyboard on
your endpoint devices. This feature allows you to invoke the toolbar, navigate through options, and select required options using
keyboard shortcuts.
Use the following keyboard shortcuts to access the toolbar:
● Ctrl + Shift + t: Show the toolbar and move focus to the first button.
● Tab: Move through the options in the forward direction.
● Space: Select a menu.
● Up and Down arrow keys: Move across submenus.
● Enter: Select a submenu.
● Esc: When focused on a submenu, exit the submenu. When focused on the toolbar, remove focus and exit keyboard
shortcut mode.
The keyboard shortcuts are enabled by default.
To disable this feature, follow these steps:
1. Open the Admin Policy Tool or the Wyse Management Suite policy settings.
2. Go to Advanced VDI Configuration Editor > Citrix Configuration Editor.
3. In the Citrix INI Settings, click Add Row.
4. From the File drop-down list, select wfclient.ini.
5. From the Operation drop-down list, select Add or Update.
6. In the Section field, enter WFClient.
7. In the Key field, enter WCAGModeKeyCombination.
8. Leave the Value field empty.
9. Click Save & Publish.
10. Sign out or restart the device for the settings to take effect.
DELL-Scott H
Moderator
•
878 Posts
0
December 11th, 2024 15:53
I have only ever used Ctrl +T to open a new browser.
If there is a way to disable it in CWAL, you can leverage the "VDI Configuration Editor" section of the WMS policy to change the behavior on ThinOS.
jbak98
1 Rookie
•
11 Posts
1
December 11th, 2024 16:07
Thanks for getting back Scott.
Yes was thinking to edit the files in VDI Configuration but unsure which file to edit and what!
This worked before the latest workspace update.
Any ideas please let me know
Thanks.
DELL-Scott H
Moderator
•
878 Posts
0
December 11th, 2024 16:29
The key is, CWAL supports a way to disable it. Once Citrix adds/clarifies support for it we can determine how to deliver it using WMS.
If you get feedback from Citrix, or anyone else let me know and I will do some testing with WMS.
jbak98
1 Rookie
•
11 Posts
1
December 11th, 2024 16:32
Already got a ticket with Citrix so will let you know!
jbak98
1 Rookie
•
11 Posts
0
December 12th, 2024 09:08
Received this from Citrix.
Is there anyway to open this file on a ThinOS machine to find the offending shortcut?
I can then change it in WMS using the "VDI Configuration Editor"
Thanks again
Jonathan
To disable the CTRL + Shift + T keyboard shortcut on Dell ThinOS thin clients, you can modify the wfclient.ini configuration file.
-- Open a terminal on your Dell ThinOS thin client.
-- Navigate to the directory where the wfclient.ini file is located. This is typically found at: /opt/Citrix/ICAClient/config/wfclient.ini
-- Use a text editor to open the wfclient.ini file. You can use nano or any other text editor available. For example:
nano /opt/Citrix/ICAClient/config/wfclient.ini
-- Look for the section in the wfclient.ini file that pertains to keyboard shortcuts or hotkeys. If there is a specific entry for the toolbar shortcut, you can comment it out or set it to an empty value.
-- If there is no specific entry, you can add a new entry to disable the shortcut. For example, you might add:
[Hotkeys]
Hotkey1Char=
Hotkey1Shift=
This effectively disables the first hotkey, which may correspond to the CTRL + Shift + T combination.
-- After making the changes, save the file and exit the text editor. In nano, you can do this by pressing CTRL + X, then Y to confirm changes and Enter to exit.
-- Close and restart the Citrix Workspace app to ensure that the changes take effect.
Before making any changes, it’s a good practice to back up the original wfclient.ini file. You can do this by copying it to another location: cp /opt/Citrix/ICAClient/config/wfclient.ini /opt/Citrix/ICAClient/config/wfclient_backup.ini
DELL-Scott H
Moderator
•
878 Posts
0
December 12th, 2024 14:22
I set the following in WMS and it reflects in the wfclient.ini on the thin client, yet the behavior is the same. Can you check with your Citrix contact please?
2 Attachments
wfclient1.jpg
wfclient2.jpg
jbak98
1 Rookie
•
11 Posts
0
December 12th, 2024 15:16
I don't think the Citrix guy knows which hotkey is being used maybe we can test all of them! Good to know it's reflecting in the ini file though! Can you tell me how I can access it myself?
jbak98
1 Rookie
•
11 Posts
0
December 12th, 2024 15:44
Ok update from citrix guy.
If its possible could you check the wficent.ini on the previous version of workspace?
To disable the Citrix Workspace toolbar shortcut on Dell ThinOS by modifying the wfclient.ini file, you can add specific entries to override the default keyboard shortcuts.
If you want to add more configurations, you can follow the same format. For example, if you want to enable DPI settings, you might add:[Thinwire3.0] EnableDPI=True MatchDPI=True
wfclient.ini or other configuration files.
jbak98
1 Rookie
•
11 Posts
0
December 12th, 2024 15:56
Update from Citrix.
To disable the Citrix Workspace toolbar shortcut on Dell ThinOS by modifying the wfclient.ini file, you can add specific entries to override the default keyboard shortcuts.
If you want to add more configurations, you can follow the same format. For example, if you want to enable DPI settings, you might add:[Thinwire3.0] EnableDPI=True MatchDPI=True
wfclient.ini or other configuration files.
DELL-Scott H
Moderator
•
878 Posts
0
December 12th, 2024 16:05
You can use logging in the thin client to get a copy of the wfclient.ini
krindfleisch
1 Rookie
•
1 Message
0
December 19th, 2024 16:01
EDIT: The steps under "Support for keyboard shortcuts for enhanced desktop viewer toolbar"
on page 53 of the release notes actually worked for me. Dell ThinOS 2402, 2405, 2408 and 2411 Release Notes
Did anyone find a fix for this? We have a custom application that uses "Ctrl + Shift + T" as a hotkey to launch a process, so that is broken now with CWA 2408. I'm confused why "Ctrl + Shift + T" on the thin clients triggers the menu bar when the Citrix documentation says it is "Win + Shift + T".
(edited)