| Walter,
I have an engineer looking into possible workarounds. We'll let you know if we
come up with anything.
Obviously, this is a case of CDE and Windows using the same keyboard shortcut to
do the same thing. CDE's window manager gets the sequence first and is doing
its thing instead of passing the sequence to Softwindows.
So that I can understand the priority of this, how serious a problem is this for
the customer?
Regards,
Dave
|
| Walter,
For documentation on how to deal with this scenario, please look at Chapter 14
(Customizing the Workspace Manager) in the "Common Desktop Environment:
Advanced User's and System Administrator's Guide".
Key bindings are defined in the system file, /usr/dt/config/<lang>/sys.dtwmrc
(you substitute for <lang> appropriately - by default, it is "C"). You should
NOT modify this file. Instead, to make a system-wide change, you should copy it
to /etc/dt/config/<lang>/sys.dtwmrc and modify that version. To make changes on
a user-by-user basis, copy the file to HomeDirectory/.dt/dtwmrc
If you would like to disable CDE from understanding ALT-TAB (and perhaps
ALT-ESC, which does a similar job and conflicts with Windows ALT-ESC), you could
simply comment out the following lines:
# Alt <Key>Tab root|icon|window f.next_key
# Alt Shift<Key>Tab root|icon|window f.prev_key
Alternatively, you could select another key combination to invoke the "circulate
window" functionality in CDE. For instance:
Alt <Key>F6 root|icon}window f.next_key
Regards,
Dave
|