Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the keyboard shortcut to switch between open applications inside Citrix?

I am using Citrix Access Gateway to connect to a Remote Desktop and I am not able to find a way to switch between open applications. When I press 'Alt + Tab' it comes out of the remote desktop. I mean, the whole remote desktop is getting considered as 1 open application.
Is there any other keyboard shortcut to switch between open applications inside Citrix?

like image 422
Janaaaa Avatar asked Feb 03 '14 12:02

Janaaaa


People also ask

How do I press Ctrl Alt Del in Citrix?

Ctrl+Alt+Del is available on the Desktop Viewer toolbar. Most windows shortcut keys are passed to the remote session, except for Windows+L. Ctrl+F1 triggers Ctrl+Alt+Del when you disable the connection or Desktop Viewer for desktop connections.


3 Answers

  1. Close Citrix Remote Desktop, if it is already running.
  2. In our local machine, go to ‘Regedit’ and open ‘TransparentKeyPassthrough’. Set the value to ‘Remote’ and close.[HKEY_LOCAL_MACHINESOFTWARECitrixICA ClientEngineLockdown ProfilesAll RegionsLockdownVirtual ChannelsKeyboard]
  3. Login to the usual Citrix page. Before clicking on the ‘Remote Desktop’, check the ‘Preferences → Session Settings’. Choose ‘Fullscreen’ from dropdown.
  4. Click ‘Remote Desktop’ now.
  5. Login to the Remote Desktop
  6. You should see a blue bar at the top.
  7. If you don’t see it, press Ctrl + Alt + PAUSE. Now you should see the blue bar.
  8. Try Alt + TAB, and you should be able to scroll through the open applications within remote desktop. Also, this enables you to save screenshots in the remote itself.
  9. If you want to maximize the screen even more, Press Shift + F2.
  10. To revert, you can press the same key combinations again.
like image 75
Janaaaa Avatar answered Sep 21 '22 15:09

Janaaaa


Got it working. Just to clarify:

In the Registry Editor -

For 32-bit OS, Citrix is under HKEY_LOCAL_MACHINE\SOFTWARE\

For 64-bit OS, Citrix is under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\

However, I just changed it under HKEY_CURRENT_USER, and it worked.

Also, I chose "On the remote computer" from the "Keyboard" dropdown in the RDP Connection Local Resources tab.

like image 27
Greg W Avatar answered Sep 20 '22 15:09

Greg W


Here is an article from Citrix support center on "Enable toggle between applications using Alt-Tab keys within a remote desktop session"

Launch Regedit.exe on the client device to edit the registry For Windows 32-bit OS, navigate to the key HKEY_LOCAL_MACHINE \SOFTWARE\Citrix\ICAClient\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard\

For Windows 64-bit OS, navigate to the key HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard\

In some cases configuring User based Setting also helps: HKEY_CURRENT_USER\SOFTWARE\Citrix\ICAClient\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard\

Set the below Value.
Value Name    TransparentKeyPassthrough 
Value Type    REG_SZ 
Value         Remote 

Note: You have to exit Receiver and launch it again for this change to take effect.

like image 44
Vlad Bezden Avatar answered Sep 20 '22 15:09

Vlad Bezden