Need to be able to move cursor from one computer to another....

using my mouse. I bought a new MacBook, but still use my old iBook G4 and it works great too.
I just can't figure out how to have the cursor go from one to another. I tried Synergy, but it became confusing when I tried to install and have now given up.
Anyone have any solutions to this?
Thanks.

I just have a wired Dynex mouse and keyboard....the Geek Squad guy at Best Buy said all I would need is a wired mouse and a wired keyboard....then download Synergy. That clearly isn't working.
Can you even scroll from one to the other on 2 laptops or do you have to have a desktop?

Similar Messages

  • How to move cursor from one textfield to another textfield byusing enterkey

    hii all,
    I have a problem in java script.
    To move cursor from one textbox to another text box ,I have take the length of the textboxes of the first column.I used onkeyDown event .
    in the function ,firest i checked the condition like
    for(i=0;i<form1.box.length;i++) //box is the name of the textboxes
    if(event.keyCode==13)
    form1.box[i+1].focus();
    return false;
    by using this the cursor is moving from first text box to secon textbox and stops.
    if i use event.returnValue=false; instead of return false ,then the cursor automatically going to the laxt textbox of the column.
    my problem is how i can focus the cursor from one textbox to another textbox one after the other till the end.
    if any one has solution please help me.
    also if we can do in another way also,please help me.
    thanx.>

    try the following code :
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    <META NAME="Generator" CONTENT="EditPlus">
    <META NAME="Author" CONTENT="">
    <META NAME="Keywords" CONTENT="">
    <META NAME="Description" CONTENT="">
    </HEAD>
    <SCRIPT language="Javascript">
    function fnTest(str)     {     
              if(event.keyCode==13)          {
                   if(str == 4)     {
                        formHeader.box[0].focus();
                   else     {
                        formHeader.box[parseInt(str)+1].focus();
                   return false;
    </SCRIPT>
    <BODY>
    <FORM name="formHeader">
    <CENTER>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('0');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('1');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('2');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('3');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('4');">
    </CENTER>
    </FORM>
    </BODY>
    </HTML>
    ----------------------------------------------

  • HT1657 how do you move a movie rental from one computer to another computer

    I rented a movie from iTunes and downloaded it to my Macbook Air.
    I now want to watch it on my iMac, but it tells me its authorized to play on another computer.
    FAQ says I need to move it from one computer to another.
    How do I do this?

    You may be able to move it by syncing it to an iPod or iOS device capable of playing it and then using the Transfer Purchases function; it won't play on the destination computer if moved in the normal way.
    If it can't be moved that way, no.
    If the MacBook Air isn't usable, ask the iTunes Store staff for assistance.
    (96630)

  • Can I move photos from one computer to another using Vault?

    Can I move photos from one computer to another using Vault?  I use an external hard drive as a vault for my Imac and I want to import photos to my Macbook pro.  I have aperture 3 on both units.  Can I just plug the ext. drive into the laptop and import from the vault?

    You can't import from the vault but you can restore that vault onto the MBP. This will restore the complete library that is contained in the vault.

  • I want to move ebooks from one computer to another.

    I want to move ebooks from one computer to another.  Both have Digital Editions installed.  Older one 2.0 ver has books installed.  Newer one has ver 3.0 no books installed.  Both are authorized with the same user id.  Do I have to upload from older machine to cloud first?  How do I do that?  Do I have to manually transfer files?  How do I do that?  Can I get pointed to online directions someplace?

    Figured it out.  Copy files to new computer and add to library from digital additions.  duh.  Why was it some much easier to figure out answer once I posted the question?

  • Moving Movie Rentals from one computer to another

    Is there a way to transfer an iTunes movie rental from one computer to another. I purchased it on one laptop but wish to play the movie on another laptop. It does not show up in the list on the other computer even though it is a shared laptop

    Sorry, but transferring a rental from one computer to another is not possible, at least not directly. It might be possible by transferring the rental to an iPod/iPhone and then transferring back to the second computer, though I don't know for sure.

  • I need to transfer my In Design program from one computer to another. What is the procedure?

    I need to transfer my In Design program from one computer to another. What is the procedure?

    No need -problem solved with live chat through adobe.
    Sent from Samsung Mobile
    <div

  • Need to move music from one computer to another

    Wondering how to move my music from one computer to another. My laptop is being replaced and need to move all my iTunes items from here to a desktop. What is the best/most cost effective way to do this? TY

    It is very easy. First get something to transfer your itunes file to the laptop (network$, thumb drive$$ (depending the size), external hard drive$$$ with cost of drive and plus a case it can be costly). Those are in order of slowness! After all those files are on the desktop download itunes. DO NOT download itunes first you will be begging for trouble. Open itunes and it will take a few seconds and it should find the file on it's own. Now all you need to do is sign into itunes agree to all the fun stuff and there you go. I did mine with an external Sata hard drive via esata and it could not of been easier. To find the file you need go into music/my music and find the big file named itunes. just copy and past and let er rip.
    Good luck

  • Trying to move VI from one computer to another w/ all sub VI's

    Hi all
    New to the community, LabView, and computer programming; needless to say, I need some help. I'm trying to move a VI from one computer to another, and this VI has a number of subVI's used in it. When I tried to move the VI itself, I'm not able to run it on the new computer because the subVIs aren't there; in their place are a number of gray question marks. I figure I need to go find the subVI's on the other computer and move them over as well, but (a) the computers I'm working on are so disorganized and jumbled that I can barely find anything and (b) there's a lot of subVIs that need moving, and doing an individual search for each would take forever. Is there a way I can move the VI over while automoatically taking the subVIs it uses with it?
    Thanks!

    The simple solution is the source distribution under the build specifications.
    Buy you really should clean up your directory structures.  If you can't quickly find a VI, it is next to useless.  Then I highly recommend getting a source control software to maintain your projects.  Something like Tortois SVN works very well (and is free).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How do I move ITunes from one computer to another

    I am trying to move my ITunes from one computer to another. I downloaded ITunes on my new computer and loged in with my account information. Then I pluged my IPod into the comuter and imported all my songs. I thought that everything would come over but none of my apps did. I want to synce my IPod up with my new computer how do I do it?

    Backup everything to an external hard drive with this User Tip.
    Use the same process to clone the library into a new empty iTunes folder on the new computer.
    Deauthorise the old box if you don't need to access protected content on it any more.
    Use SyncToy from time to time, and in particular before every iTunes update, to keep the backup up-to-date.
    tt2

  • Move Itunes from one computer to another

    does anyone know how I can move my Itunes from one computer to another with out losing any of my library content. Also, is it possible to copy music from Ipod to Itunes library?

    Have a look at this article in the Apple Knowledge Base and Hudgie's User Tip . Post back if you need any clarification.

  • Can i move cs5 from one computer to another?

    I purchased a student teacher copy of photoshop cs5 threw a tech school when I was there I want to movie my program from one computer to another can I do this is there a way to find my serial number on my old computer to put it on my new one?
    Any and all help is appreciated!!

    Hello cheeseman2014,
    in addition to Keith's hint, you can get your general infos about your Adobe Account (if you did your registration) there:
    https://www.adobe.com/account.html. To find your serial number Adobe offers this:
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Good luck!
    Hans-Günter

  • Can I transfer an iTunes movie rental from one computer to another?

    A movie I rented on one PC with iTunes Windows won't transfer to my main PC.  I'm using the latest version of iTunes and Windows 7. 
    I also have an iPhone 4s with iOS 6.  I can't transfer the movie rental there either. 
    (I want the movie on my main PC, because only that PC will show it on my TV.  Both PC's are suthorized.
    Help!

    Sorry, but rentals cannot be transferred from one computer to another. Unless someone's found a trick I haven't seen, if you want the rental on your main PC, you'll have to pay to rent it again. As to transferring the rental to your iPhone, see:
    http://support.apple.com/kb/HT1390
    Regards.

  • Move Contacts from one computer to another

    I am not using the Cloud...
    how can I move my Contacts (Addressbook) from one computer to another?

    Go to your Finder "Go" menu hold the option key to choose "Library" > Go to Application Support/Address Book and copy that folder to the corresponding spot on your other Mac.
    Be sure you either delete or overwrite the old folder.

  • How to move settings from one computer to another?

    i'm going to be getting a new laptop -- how do i move all of my settings, bookmarks, etc. from one computer to another.
    i've checked the help section - it talks about a profile -- i'm not sure i have that? can someone help -- 1 - set up a profilem and 2 - how to transfer it from one to the other --
    thanks so much for your help

    Yes - Firefox has a "profile". See these KB articles.
    https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data
    https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

Maybe you are looking for

  • Inbound delivery creation in WM - mapping to process type 1011 in EWM

    Hi All, I am new to EWM and have to configure handling units for picking and putaway in EWM. I am creating an inbound delivery w.r.t Purchase order in WM and passing it to EWM.  During the warehouse order creation I am packing the materials in a pack

  • Torch Select Button Doesn't Work with Keyboard Out

    Hi there, need some help. Just recently (2 wks) the middle select button has quit working on my torch when I have the keyboard extended.  I can still scroll around the screen with it, but when I push it to "select" it does nothing.  The button works

  • IMac G5 screen smashed badly.  Is it unsafe to boot into Firewire TDM?

    I'm advising a small business owner on the fastest and cheapest way to recover data from an iMac G5 that was vandalized. The screen was struck hard with an object of some sort. I'm not sure what other trauma the machine might have experienced. Before

  • Device Manager and Firewall

    Is DeviceManager.app a standard app in Mountain Lion, and if so, should it be included as a Login Item in Users and Groups, as it currently is in my MacBook?   I thought that was the name in Windows products, and I don't have any Windows OS on my Mac

  • Using ArrayDescriptor for long array

    I have a array of long for example long[] a. I want to use preparedStatement to set array i.e prepareStatemt.setArray(1, arrayOflong); How will i use oracle ArrayDescriptor to get arrayOflong parameter for my prepareStatement i read the JDBC session