VMWare+Win7: Control+LeftClick=Control+Command+LeftClick

I'm running VMWare Fusion 3.0.1, Windows 7 x64 bit and MS Office 2007 in the Virtual Machine.
In Windows Explorer, I would normally select multiple items by clicking on one item, then holding down CTRL+leftClick to select a 2nd (or 3rd etc) item.
Similarly, in Excel, I would normally expect to use CTRL+LeftClick to select multiple separate cells.
But this is NOT the behaviour found when running Windows 7 under VMWare Fusion on the Macintosh OS-X 10.6.2.
After searching the web including this forum, I still had found no answer, so started experimenting with other key combinations using the Fn, Control, Shift and Command keys. I got lucky. I found that ControlCommandLeftClick functions the way you would expect Control+LeftClick to work. Problem solved, so I thought I'd put the info here so that when I forget I'll be able to find it again! (And it might help someone else)

I'm running VMWare Fusion 3.0.1,
Fusion Forums: http://communities.vmware.com/community/vmtn/desktop/fusion

Similar Messages

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • How do I get capslock, shift, control, option, and command to work normal?

    I did a clean install of Snow Leopard onto a new hard drive and restored the rest of my machine from a Time Machine backup.
    The behavior of capslock, shift, control, option, and command have changed and are freaking driving me nuts.
    Every time I hit shift/control/option/command an image of the key flashes up on the top right of my screen. I want this to stop and go back to a normal keyboard.
    Also, the caps lock is no longer doing sane basic behavior like "Tap once for on, then again for off" like every other 3 billion keyboards on the planet. Now its doing this insane thing where I have to double tap it to turn it on, then again to turn it off, but sometimes it doesn't go off.
    How do I get the keyboard in 10.6 to just simply act normal again?

    Sounds as if you have Sticky keys turned on.
    Turn of via System Prefs > Universal access > Keyboard
    You can also press the shift key 5 times to turn Sticky Keys on or off.
    Check the rest in System Prefs > Keyboard > Keyboard > Modifier keys.
    S.

  • DELIVERY How to use copying control to control print process?

    Hi All,
    I recieved a request as this when material no. is 111, then do not auto print the delivery note out.
    Delivery note output type is ZXXX.
    So is there any idea to use copying control to control this ?
    Thank you in advance.
    Richard

    Hi there,
    No need of copy controls for this. Delivery note is printed from delivery. So why do you need copy controls?
    When defining O/p determination procedure for your O/p ZXXX, in the requirement routine, check the values of LIPS-MATNR. If LIPS-MATNR = 111, donot print the delivery note for that item (LIPS-POSNR). I guess you will need to define a new Z routine for this. Dont change the standard routine.
    Regards,
    Sivanand

  • What are Controlling component, Controlling area component code?

    Hello Experts,
    Can you help me understand the following terms as used in the following 4 quotes from the SAP site:
    What is “controlling component”, “controlling area” and “component code” and how are they related? I will appreciate explanations with real life examples.
    Can you also help explain each of the 4 quotes with examples. Thanks.
    Quotes:
    1. “You can define a maximum of 16 posting periods for each fiscal year in the Controlling component (CO)“
    2. “You need to specify the fiscal year variant for each company code. “
    3. “When you create a controlling area, you also need to specify the fiscal year variant”
    4. “The fiscal year variants of the company code and controlling area may only differ in the number of special periods used. You need to ensure that the fiscal year variants match, in other words, they may not have a time conflict.”

    Hi
    1) firstly, let me tell you one thing that
    Controlling is referred as Component.
    like Order Management as one component.
    Profitability Analysis is as component.
    Activity-Based as component.
    2)similar to company code in FI "Controlling area" in controlling.
    Company code has legal entity:generally organization is company code.
    Controlling area doesn't have legal entity.
    because the will define for internal purpose.
    to know the costs of the organization.
    3)To Build relation between FI and Controlling we assign the Controlling area to Company code.
    FI--- IS FOR EXTERNAL REPORTING PURPOSE.
    CO--  IS FOR INTERNAL PURPOSE.
    4)Fiscal year variant and Posting periods are defined at FI Level.Those only we use in Contolling Area.

  • Not able to add taxonomy Control(Activex Control) under Add /remove Custom Controls in infopath 2010

    Hi ,
    Not able to add taxonomy control(activex Control) , under Add/Remove Custom controls in infopath 2010 ..i'm getting the fallowing error ..
    error:This control could not be added through custon control wizard,to use this control go to Controls gallery in home tab.
    Regards
    Giriraj

    Hi,
    I am getting same error while adding contact selector control. And this control is not visilb in controls gallery on home tab. Please help. Thanks!
    Gaurav

  • EDK Web Controls - Unique Control IDs

    After following the EDK Web Controls Developer Guide and making all the control IDs unique by appending the PortletID, the LinkButton controls in the portlet lose their OnClick Event Handlers.
    The portlet works perfectly when not modifying the ControlIDs.
    If I comment out all the portal specific code, modify the ControlIDs, and run in a standard web page, I also lose the Event Handlers.Any suggestions....

    ------- Jonathan Gilbert wrote on 28/01/05 03:34 -------How are you modifying the IDs? By changing the ID property? You can do it this way but you need to be careful when you do it (otherwise the control won't find it's state in the viewstate). I'd recommend changing the ClientID property - this will only affect how it gets rendered on the page, not how ASP.NET treats it.
    Jonathan,
    Here is the code below. I cannot modify the ClientID because the property is read-only.
    privatevoidUniqueControlIDs(Control control)
    foreach(Control ChildControl incontrol.Controls)
    if(ChildControl.ID != null)
    ChildControl.ID += PortletID;
    UniqueControlIDs(ChildControl);
    protectedoverridevoidOnPreRender(EventArgs e)
    base.OnPreRender(e);
    UniqueControlIDs(this.Page);

  • FTPS settings Difference between control and control with data

    Hi guys,
    Just a very quick question please. When doing FTPS there are two options
    1) control
    2) control with data
    Can anyone explain what's the difference between the two?
    regards

    Hi,
    FTPS (FTP Using SSL/TLS) for Control Connection
    The FTP control connection is protected using TLS/SSL (Transport Layer Security/Secure Sockets Layer). File transfer is unencrypted.
    FTPS (FTP Using SSL/TLS) for Control and Data Connection
      All communication with the FTP server is encrypted and uses TLS/SSL.
    Regards,
    Raj

  • How can I disable Control+PageUp/Control+PageDown Tab switch?

    How can I disable Control+PageUp/Control+PageDown Tab switch? I have found various addons to provide additional key combinations for this action, but no option to disable that (these key combinations are mapped on my X server to serve as Home/Pos1 and End, and I would like to have that functionality within firefox as well).

    Hi Guigs2, I already tried that (and a whole bunch of other key costumization/mapping plugins), and it does not help. It helps to add other shotcuts for the tab switching, but does not give an option to eliminate the existing key combination. Thank you anyways.

  • Essbase Objects - Outline control, Dataserver control

    Hi,We are using essbase objcects 7.0.2 - Data Server control & Outline control to select the members in the organization dimension. How can we enable multiselection of members in Outline control. I have tried EssOtv1.SingleSel = Falsebut still having problems in multiselection and can any one tell me how to read the multi selected members from outline control.I appreciate yout time.ThanksVK

    To make the EssOTV control multiselect, set the Checkboxes property = True.Here is how to get the selected members when you have multiselect turned on.. In fact, there is a bunch of info stashed in a collection in the Tag property of the treeview Node, so I put in some sample code for that too (and hopefully it will look ok posted to this site; formatting here is not the greatest):Dim oNode As NodeDim sMessage As StringFor Each oNode In Me.EssOtv1.Nodes If oNode.Checked Then sMessage = "Node Text = " & oNode.Text sMessage = sMessage & "; Node member = " & oNode.Tag(1) sMessage = sMessage & "; Node alias = " & oNode.Tag(2) sMessage = sMessage & "; Node level = " & oNode.Tag(3) sMessage = sMessage & "; Node generation = " & oNode.Tag(4) sMessage = sMessage & "; Node dimension number = " & oNode.Tag(5) Debug.Print sMessage End IfNext oNodeNote: the Node object is defined as part of the Microsoft Windows Controls component (add it to your toolbox to get early binding).Tim TowApplied OLAP, Inc

  • Launch remote control via a command line?

    Is is possible to launch a remote control session via a command line as well
    as the other "remote actions"?
    Thanks,
    Bryan

    On Wed, 29 Sep 2004 22:25:17 GMT, Bryan Miller wrote:
    > Is is possible to launch a remote control session via a command line as well
    > as the other "remote actions"?
    take a look at the online documentation which describes this..
    Marcus Breiden
    Please change -- to - to mail me.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Uninstall of VMware Player breaks Remote Control - Fix?

    Hi all,
    I've had VMware Player 2.5 installed on some of my workstations, and we've recently (thanks to ZAV) been able to remove it. Unfortunately, the uninstall of VMware Player 2.5 breaks the ability to remote control the workstation. I see the service running, but it no longer responds to either the Zenworks Control Center or the TightVNC viewer on any port.
    I've tried turning the firewall off, still broken
    I've tried ZAC CC and ZAC REF on the workstations, still broken.
    I've tried extracting and manually rerunning the Remote Management MSIs on the Agent...
    Remote Policy shows good, no outward errors
    Anyone know of a what might be causing this issue? Only way I can fix it is to go to the machine, uninstall and reinstall the Zenworks Agent... ugh...
    Thanks,
    Merrell

    mmerrell,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Get Collection Names for "emctl control agent runcollection"-command

    Hi,
    I have a really simple question, but until now I didn't find an answer by myself.
    At the moment I test a lot with provisioning software and databases with Cloud Control.
    When I install an agent on a new provisioning target machine it takes about 15 minutes (schedule of the metric collection) until cloud control knows everything about this host. (OS-version, etc.)
    The provisioning will fail before cloud control knows these information because of several checks.
    So I wanted to execute the collection of this information manually. Oracle Support told me to execute "emctl control agent runcollection <target_name>:<target_type> <collectionName>" on the target machine/agent.
    So far so good, but how to get the correct Collection name? (e.g. I want to discover the information about the host which you can see when you navigate to a host home under the section configuration on the left side. ... Operating System,  File System(GB) , Memory Size(MB) )
    Until now I was not able to find the correct collection names in MOS or in the Documenation.
    Oracle® Enterprise Manager Framework, Host, and Services Metric Reference Manual
    12c Release 1 (12.1.0.2.0)
    Part Number E25162-04
    http://docs.oracle.com/cd/E24628_01/em.121/e25162/host.htm#BABIBAHD
    Thanks & regards,
    Martin

    Hi,
    I think this is really difficult to find but I think the correct Collection for my problem is:
    "ll_host_config" (not tested yet if it solvs my problem but the command itself works)
    I found it here:
    1. connect to your OMS-Server (or one OMS server if you have an multi OMS environment)
    at first I tried to find default_collection directories (--> find $ORACLE_HOME -name default_collection)
    2. One directory is "$ORACLE_HOME/ccr/sysman/plugins/default/agent/default_collection"  (my OMS ORACLE_HOME is /u00/app/oracle/product/MW_EM12102/oms)
    3. I opened the file $ORACLE_HOME/ccr/sysman/plugins/default/agent/default_collection/host.xml and found the section
    <TargetCollection META_VER="4.1" TYPE="host">
        <!--generic-->
        <CollectionItem AGENT_MODE="GC,OCM" CONFIG="TRUE" NAME="ll_host_config" TIMEOUT="3600" UPLOAD_ON_FETCH="TRUE">
            <Schedule OFFSET_TYPE="INCREMENTAL">
                <IntervalSchedule INTERVAL="24" TIME_UNIT="Hr"/>
            </Schedule>
            <MetricColl NAME="ECM_HW"/>
            <MetricColl NAME="ECM_HW_CPU"/>
            <MetricColl NAME="ECM_HW_IOCARD"/>
            <MetricColl NAME="ECM_HW_NIC"/>
            <MetricColl NAME="ECM_HW_NIC_BONDS"/>
            <MetricColl NAME="ECM_OS"/>
            <MetricColl NAME="ECM_OS_COMPONENT"/>
            <MetricColl NAME="ECM_OS_FILESYSTEM"/>
            <MetricColl NAME="ECM_OS_PROPERTY"/>
            <MetricColl NAME="ECM_OS_MODULES"/>
            <MetricColl NAME="ECM_OS_REGISTERED_SW"/>
            <MetricColl NAME="ECM_OS_ULIMITS"/>
            <MetricColl NAME="ECM_OS_INIT_SERVICES"/>
            <MetricColl NAME="crs_act_soft_ver"/>
            <MetricColl NAME="ECM_SERVICETAG_INSTANCES"/>
            <MetricColl NAME="ECM_SERVICETAG_REGISTRY"/>
            <MetricColl NAME="ECM_TARGET_VERSIONS"/>
            <MetricColl NAME="ECM_INSTALLED_OS_PATCHES"/>
            <MetricColl NAME="ECM_ASSOCIATIONS"/>
        <MetricColl NAME="TARGET_UPDATE_INFO"/>
    </CollectionItem>
    4. The collection name can be found in this line: <CollectionItem AGENT_MODE="GC,OCM" CONFIG="TRUE" NAME="ll_host_config" TIMEOUT="3600" UPLOAD_ON_FETCH="TRUE">
    5. run the command "emctl control agent runcollection myhost.int.kn:host ll_host_config" on your provisioning target host. (in the agent environment / emctl of the agent)
    Thanks DK2010!
    Regards,
    Martin

  • Run multiple SQL*Loader control files from command prompt

    I have written control files for 15 different tables with specific data files for each table. I have build the control files using toad for each one of them at once. Now I want to run the sql loader for all the tables one time. I know I cannot run multiple files from toad and not sure If I can run from the command prompt.
    Please let me know If I can.

    skvaish1 wrote:
    Hi,
    On unix you can create a script to runn all sqlldr at once like as followes.
    1. Create a script load_sqlldr.sh with following content.
    export ORACLE_SID=<YOUR DB_SID>
    export ORACLE_HOME=<Your Oracle Home>
    export PATH=$ORACLE_HOME/bin:$PATH
    sqlldr (Full command with parameter for 1st table) &
    sqlldr (Full command with parameter for 2nd table) &
    sqlldr (Full command with parameter for 3rd table) &
    sqlldr (Full command with parameter for 4th table) &
    sqlldr (Full command with parameter for 15th table) &
    2. Then execute the script.
    Regards1. Can I also write script load_sqlldr.sh with following content
    sqlldr user/psswd@db_name control=controlfile1.ctl
    sqlldr user/psswd@db_name control=controlfile2.ctl
    sqlldr user/psswd@db_name control=controlfile3.ctl
    sqlldr user/psswd@db_name control=controlfile15.ctl
    2. Then execute the script.

  • The music control on my command center don't work

    Hi, I really like the new IOS7 but I can't use the music section of the command center.
    I c'ant pause or change song be it when my phone is lock or open, the only way to do it is to go directly into the music app ??
    Anyone having the same bug ??

    Hey maude87!
    I would suggest that you close the Music app through the steps listed in the article linked below to attempt to resolve the issue:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    If that does not resolve the issue, you will want to reset the phone according to the steps in the following article:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for