|
Disabling default Shift + F12 hotkey within Citrix ICA Client 10 |
|
|
|
Written by Richard Thompson,
Tuesday, 09 October 2007
|
|
Shift + F12, admittedly not a commonly used shortcut combination but this caused some problems this morning. Recent versions of the Citrix ICA client use this combination to toggle full screen mode. This is great, UNTIL you have an AS400 session or another application which uses this combination to enter batches, etc. To disable this default hotkey combination you need to edit the following files:
%appdata%\ICAClient\APPSRV.INI %systemdrive%\Program Files\Citrix\ICA Client\appsrv.ini You need to add the following fields to each of these files: HotKey12Char= HotKey12Shift=
Simply adding these values to the second path will only modify the value for people signing onto the device for the first time so you may want to edit these ini files using a vb script or batch file!
|