Development Request: a new way to use the touchpad

Hey,
I find the current use of the touchpad exhausting and frustrating.
Every movement of the pointer takes forever - it takes several scrolls to get from one edge of the screen to another -
and if I speed up the mouse - it gets really not comfortable.
So I'd like my synaptics touch pad to act like this:
When I first tap the touch pad, the pointer jumps on the screen to a point proportional to where
I tapped the touch pad. For example, if I tap the top right corner of the touch pad, I wish the pointer to
"jump" to the same location on the screen, irrelevant to where it was before the tap.
After the first tap, the touch pad should act normally - meaning exactly as it acts now ("the regular way").
If I stop touching the touch pad for a certain period of time (say, 2-3 seconds), it again should wait
for the first tap - to make the "magic jump".
I think this should minimize our use of the touch pad at about 80%.
I don't know any tools to make this happen (under X/KDE).
What do you think?
Fiod
Last edited by fiod (2008-02-14 14:44:11)

fiod wrote:
I say - don't ask what the synaptics developer can do for you, ask what you can do for him (and the community)
good call,

Similar Messages

  • A new way to use the touchpad?

    Hey,
    I think that mouse movements take an awful percentage of my computer usage.
    Traveling with the mouse across the screen takes a "long" time.
    I was wondering if there is some way that the cursor will "magically" jump to a place
    on the screen that is proportional to where I touched the touchpad the first time I touched it.
    Will save about 2-3 seconds every time!
    I hope that doesn't sound too weird...
    Thanks
    fiod

    no duplicate posting please.
    http://bbs.archlinux.org/viewtopic.php?id=43077
    locking this thread.

  • IPhoto 11: A new way to use the old E-Mail behaviour.

    iPhoto 11 works with email in a new way. Rather than using an Application to send the email as before, what they have done is handle the email within iPhoto. So, you input your Email Account details - the name of your service, the account name, password, etc, and iPhoto uses that information to send the email via your account.
    There's an element of swings and roundabouts in this.
    Users of Apps like Thunderbird or Postbox could not email from within iPhoto in the past as those apps are not scriptable. Neither could it be used by people who use Web Mail and access their mail via a web browser. By going this way these people users have the same service as Mail/Entourage/Eudora users have.
    So much for the swings: on the roundabouts, however, users of Mail (and I suspect Entourage and Eudora) have a change. Share -> Email does not work as before and you can no longer select pics within iPhoto, resize them and pass them over to their preferred application. Neither can you send photos without a Template.
    However, by creating a Service sing Automator, it's perfectly possible to recreate the previous usage, though accessed a little differently. Here's one way:
    1. Launch Automator
    2. From the Dropdown sheet select to make a Service
    3. On the Right hand side, over the large pane (under the record button) select 'Service Receives +no input+'
    Uploaded with Skitch!
    3. From the Library Column (extreme left) click on Photos.
    4. From the Middle Column drag 'Get Selected iPhoto Items to the large pane.
    5. In the drop down on 'Get Selected Photo Items, select 'Photos'
    Uploaded with Skitch!
    6. Back to the Library column, extreme left and this time click on Mail
    7. Drag 'New Mail Message' to the right hand pane, under the existing 'Get iPhoto Items'
    8. Drag 'Add Attachments to Front Message' under that.
    9. Save it, Name it.
    Now, in iPhoto select the photos you want to email
    then
    iPhoto Menu -> Services -> And select the Service you created.
    The Mail app comes forward with your Message, with files attached.
    You can resize the Photos using the option at lower right of the Mail window:
    Uploaded with plasq's Skitch!
    Using the Keyboard Shortcuts in System Preferences you can choose a shortcut to do the whole thing from the keyboard.
    Regards
    TD

    You can also drag from iPhoto '11 to Entourage 2008 and Outlook 2011.
    Both of these will create a new email adding the photos as full size attachments
    Good tip and I just tried it. Too bad Entourage does not have the size box in the
    lower right like Apple's Mail. I really don't like sending full size pictures in email
    messages so I will use Terence Devlin's Automator script or drag and drop to the
    the Mail Dock Icon.
    Two very good workarounds for the slow iPhoto mailer. I got spoiled using the
    IPhoto 09 email interface with Entourage that let me select the size and the x-number
    of Great IPhotos
    Thanks again for another tip on how to mail photos using iPhoto 11.
    Message was edited by: aRKay

  • Hi am having problems with iTunes,I have all my music on my 4s but I bought the iPhone 5 today.us there any way that I can transfer music over to my new phone without using the library?as it doesn't seem to be on my PCM anymore.

    Hi am having problems with iTunes,I have all my music on my 4s but I bought the iPhone 5 today.is there any way that I can transfer music over to my new phone without using the library?as it doesn't seem to be on my PC anymore.i reset my pc and save my iTunes to a hard drive but can't access it.Need help please

    " When I did this, my library showed all the music I have "purchased" from itunes but did not have the music that I downloaded a long time ago through itunes from my old CDs."
    Correct.
    " How can I get that music to show up in my library now on my new computer?  "
    Copy it from your old computer or your backup copy of your old computer.
    The sync is one way - computer to ipod.

  • What is the proper way to use the write method?

    What is the proper way to use the OutputStreams write method? I know the flush() method is automatically called after the write but i cant seem to get any output
    to a file. The char array contains characters and upon completion of the for loop the contents of the array is printed out, so there is actually data in the array. But write dosnt seem to do squat no matter what i seem to do. Any suggestions?
    import java.io.*;
    public class X{
    public static void main(String[] args){
    try{      
    FileReader fis = new FileReader("C:\\Java\\Test.txt"); //read chars
    FileWriter fw = new FileWriter("C:\\Java\\Test1.txt"); //read chars
    File f = new File("C:\\Java\\Test.txt");
    char[] charsRead = new char[(int)f.length()];
    while(true){
    int i = fis.read(charsRead);
    if(i == -1) break;
    // fw.write(charsRead); this wont work
    // but there is infact chars in the char Array?
    for(int i = 0; i < charsRead.length -1 ; ++i){
    System.out.print(charRead);
    }catch(Exception e){System.err.println(e);}

    Sorry to have to tell you this guys but all of the above are broken.
    First of all... you should all take a good look at what the read() method actually does.
    http://java.sun.com/j2se/1.3/docs/api/java/io/InputStream.html#read(byte[], int, int)
    Pay special attension to this paragraph:
    Reads up to len[i] bytes of data from the input stream into an array of bytes. An attempt is made to read as many as len[i] bytes, but a smaller number may be read, possibly zero. The number of bytes actually read is returned as an integer.
    In other words... when you use read() and you request say 1024 bytes, you are not guaranteed to get that many bytes. You may get less. You may even get none at all.
    Supposing you want to read length bytes from a stream into a byte array, here is how you do it.int bytesRead = 0;
    int readLast = 0;
    byte[] array = new byte[length];
    while(readLast != -1 && bytesRead < length){
      readLast = inputStream.read(array, bytesRead, length - bytesRead);
      if(readLast != -1){
        bytesRead += readLast;
    }And then the matter of write()...
    http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html#write(byte[])
    write(byte[] b) will always attempt to write b.length bytes, no matter how many bytes you actually filled it with. All you C/C++ converts... forget all about null terminated arrays. That doesn't exist here. Even if you only read 2 bytes into a 1024 byte array, write() will output 1024 bytes if you pass that array to it.
    You need to keep track of how many bytes you actually filled the array with and if that number is less than the size of the array you'll need pass this as an argument.
    I'll make another post about this... once and for all.
    /Michael

  • Is there a way to use the common J-K-L keystrokes to play forward and backward in iMovie '11?

    Is there a way to use the common J-K-L keystrokes to play forward and backward in iMovie '11? Most editing apps--like Final Cut Pro, QuickTime Pro, Avid, etc.--use this convention. I find not having it slows editing down considerably?  I don't see it listed in keyboard shortcuts; is there any way to add it?  Thanks!

    I don't think so. If you click iMovie/Help, you will see a list of all keyboard shortcuts.
    Here they are.
    Get information
    Open iMovie Help
    Command-Shift-Question Mark (?)
    Open the Project Properties window
    Command-J
    Open the Project Theme window
    Command-Shift-J
    Show playhead info
    Shows date, time, and keywords for video frames above the playhead.
    Command-Y
    Import and export
    Import from camera
    Command-I
    Export movie
    Command-E
    Play video
    Play video beginning from the frame beneath the pointer
    Space bar
    Play 1 second of video total—0.5 seconds before the pointer and 0.5 seconds after
    Plays only 0.5 seconds of video from the beginning of the selection or to the end of the selection if the pointer is resting within the selection border.
    Left Bracket ([)
    Play three seconds of video total—1.5 seconds before the pointer and 1.5 seconds after
    Plays only 1.5 seconds of video from the beginning of the selection or to the end of the selection if the pointer is resting within the selection border.
    Right Bracket (])
    Play selection
    Slash (/)
    Play selected event or project from the beginning
    Backslash (\)
    In the Event browser, speed up playback from 1x to 2x to 4x by pressing the key one time or two times, respectively
    Right Arrow key
    In the Event browser, slow down playback from 4x to 2x to 1x by pressing the key one time or two times, respectively
    This action works only if you’ve already sped up the playback.
    Left Arrow key
    When playing Event video, jump forward 3 seconds (6 seconds when playing at 2x speed or 12 seconds when playing at 4x speed)
    Shift-Down Arrow key
    When playing Event video, jump back 3 seconds (6 seconds when playing at 2x speed or 12 seconds when playing at 4x speed)
    Shift-Up Arrow key
    When playing Event video, jump forward to the next clip
    Down Arrow key
    When playing Event video, jump to the beginning of the current clip, or jump to the previous clip if the playhead is near the beginning of the current clip
    Up Arrow key
    Play the selected Event or project full screen
    Command-G
    Exit full-screen mode
    Escape (Esc) key
    Move the playhead by one frame
    Left Arrow key or Right Arrow key
    Freeze the playhead
    Hold down Control key
    When skimming, keep the cursor in the middle of the row
    Option-Shift
    Manage projects and events
    Create new project
    Command-N
    Move to Trash
    Moves the selected project (in the Project Library), Event (in the Event Library), or Event clip (in the Event browser) to the Trash. If only part of an Event clip is selected, the entire clip is moved to the Trash.
    Command-Delete key
    Open iMovie preferences
    Command-Comma (,)
    Page setup
    Command-Shift-P
    Print selected Event or project filmstrips
    Command-P
    Select and edit video
    Select an entire project or Event clip when a partial clip is selected, or select all project or Event clips when an entire clip is selected
    Command-A
    Select to playhead
    Expands or contracts the selection from the nearest selection border to the playhead.
    Shift-A
    Deselect all clips
    Command-Shift-A
    Add selected frames to project
    E
    Split a clip on both ends of a selection (longer than five frames), or at the playhead position if nothing is selected
    Command-Shift-S
    Cut selected frames
    Command-X
    Copy selected frames
    Command-C
    Paste selected frames
    Command-V
    Paste all adjustments
    Command-Shift-V
    Paste video adjustments
    Command-Option-I
    Paste audio adjustments
    Command-Option-A
    Paste crop adjustments
    Command-Option-R
    Paste cutaway, green-screen, or picture-in-picture adjustments
    Pastes adjustments, depending on which type of video is selected.
    Command-Option-U
    Paste video effect

  • My home network has an Airport Extreme w/Time Capsule as the base and then an Airport Express and a second Airport Extreme to reach different areas of the house.  Is there a way to use the second Airport Extreme for file storage on this network?

    My home network has an Airport Extreme w/Time Capsule as the base and then an Airport Express and a second Airport Extreme to reach different areas of the house.  Is there a way to use the second Airport Extreme for file storage on this network?  Network is administered through an iMac running OS X Yosemite 10.10.2.  Ideally, would like for the second Airport Extreme hard drive to appear on the list of devices in the Finder window.

    Ok.. gottcha
    The problem is network wise.. Yosemite is about equal to tin cans and string.. pathetic.
    Here is my usual set of instructions to get anything working on Yosemite.
    The best way to fix problems is a full factory reset of all the AE in the network.
    Factory reset universal
    Power off the AE.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the AE to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg AEgen5 and AEwifi for basestation and wireless respectively.
    Even better if the issue is more wireless use AE24ghz and AE5ghz with fixed channels as this also seems to help stop the nonsense.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the AE always takes the same IP address.. this is not a problem for AE which is router.. it is a problem for AE which is bridged.. you will need to set static IP in the main router by dhcp reservations or use static IP in the AE which is tricky.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric..
    5. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    6. Now mount the disk of the second AE in finder... manually.
    Use Go, Connect to Server and type in the AE ip address.
    SMB://10.0.1.2
    Where you will replace that address with the actual address. The network resource should be discovered and then it will request the password.. type that in and make sure you tick to save it in your keychain.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    Do as much as you want of the above... not all of it is necessary.. only if you want it reliable.. or as reliable as Yosemite in its current incarnation can manage.
    The most important thing is point 6.. mount the disk using direct IP address and not names.. dns in Yosemite is fatally flawed.
    See http://arstechnica.com/apple/2015/01/why-dns-in-os-x-10-10-is-broken-and-what-yo u-can-do-to-fix-it/

  • Is there a way to use the preview in browser function without an Internet connection?

    This morning our cable modem was down and I was making some changes to a page in a Muse site I'm designing. I wanted to preview the changes in a browser, but when I clicked on the Preview button (or clicked on preview in browser), I received a notification that it was checking for an Internet connection and the preview page never completed. Is there a way to use the preview in browser function in Muse without an Internet connection?

    Thanks for getting back to me! When our cable modem went down, we were still connected to Airport Base Station, and perhaps it appeared to Muse that we did have an Internet connection. In any case, we have now received a new cable modem and our network is working again. As you suggested, I disconnected from the network and tried preview in Muse again, and now it seems to be working just fine. Perhaps it was just the circumstances of our network problem this morning. Good to know I can use the Muse Preview function off-line!

  • Wow! Thanks to Lilybiri's blog I have learnt a whole new way of using CP!

    Like the subject says, I have a new friend in CP and have whole new way of using and editing CP files, especially FMR.
    I know, you are all probably familiar with these features, but really, they make my whole aproach to my working with CP and is much more owerfull that I first thought (or didn't think - whatever) ;-)
    http://blogs.adobe.com/captivate/2010/09/fmr-swf-edit.html
    Thanks Lilybiri, much appreciated.
    Cheers
    Rossco

    Agree with both of you. I knew Captivate as primarily a demo capture tool which can do a bit of e-learning work.
    But that changed when I discovered blogs/ websites of all the experts (You, Rod, Jim, Anita, CPguru, etc.) here. Especially the advanced actions and JavaScript (which I am yet to learn) opened up a whole new world of possibilities. One example of that is, we now use Shared Actions as reusable components.
    Following various forums such as this one and the ones on LinkedIn have helped in knowing what others are working on and learn from them.
    Sreekanth

  • ActionListener new way to use ?

    cancelButton.addActionListener (new ActionListener ()
    public void actionPerformed (ActionEvent e)
    System.exit(0);
    This is an small piece of code that I am having some troubles with, when using it with J2SE 5.0 , no compilation errors are returned or anything, but on clicking the button, the code is not executed but when I compile and run the code with J2SE 1.4.2 , it works perfectly. Is there some new way to invoke the actionPerformed or am I just an complete idiot ?

    im sorry - problem found, for some reason when i run the code with netbeans, it doesn't work but when i compile and run via the command line, it works perfectly fine.

  • Nokias new way to use photo's

    I have sent this email and talked with nokia care and had no luck. Maybe in this forum I have a better chance.
    ----email to nokia-------
    I am a dedicated Nokia phone user and have been from the nokia 2110 till now (N80). I do have to say that I believe that Nokia makes the best intuitive and logic phones in the world. Because of this I feel that I should mention that I see an issue in the new way to use photos and would like to make you aware of some customer feedback. Let me try to explain what I mean with this issue.
    Nokia has changed to Symbian OS with the Nokia 7650. (Great/Best Phone at that time) In that phone it was supported to add photo’s in separate folders on your Memory card via the PC. When showing photos to colleagues I would be able to choose a directory (for example marketing) and this would only show the pictures that are in that folder. This was also the case with the Nokia 6600 that I bought as soon as it became available. I had skipped to buy the Nokia 6680 as the N70 was coming out quickly after the 6680. I have now used the N70 for 6 months and have no way of separating private pictures and work pictures. The N70 uses the Gallery to show pictures and movies simultaneously this is very messy as it does not show folders but all the files that are in subfolders together. When installing for instance TomTom the gallery will show my private photos together with work photos and the TomTom signs (pictures of speed signs) photos all at once. In order for me to show a picture to someone, I have to scroll trough 650 pictures in stead of easily clicking on the right Directory that has that specific category of photos. This makes in my opinion the whole gallery option useless for mass usage.
    I can give you several reasons (which actually have occurred with several users of the new gallery) on why users would not what to scroll trough their whole photo archive just to show some one a picture. Just think of separation between private photos and work photos. I would not what to let someone see my private photo’s while scrolling to a work related photo soot.
    I hope that this feedback is clear as I do understand that writing an email regarding this can be more confusing then talking to you personally. I have already discussed this with Nokia Care and they have no solution to this issue. We agreed that I would put my feedback in a mail and send it to Nokia.
    This is the first time in over 10 years that I believe a feature of Nokia to be moving backwards in stead of forward. Please understand that I am a loyal fan of Nokia and I still firmly believe that Nokia is the best phone manufacturer out there. I believe that next to being in the cutting edge of technology Nokia always has made their phone software to be logical and backwards compatible. This is one of the things that make Nokia much better than any competition out there. I have no feedback on customer care as this is the first time ever that I need it.
    Please I urge you to reconsider implementing the “old nokia 6600” gallery back, where it’s possible to create folders and only show people what you would like them to see.
    I hope that this email is clear and if you would like me to further explain do not hesitate to ask for clarification.
    Thanks for your great products!

    26-Jun-2006
    08:00 PM
    bustacap wrote:
    Please I urge you to reconsider implementing the “old nokia 6600” gallery back, where it’s possible to create folders and only show people what you would like them to see.
    I can totally relate to your outcry to go back to 'the old Nokia 6600 gallery'. I also used to own a Nokia 6600 before I bought the N70 and N80. And let me tell you something, from the 6600 on it goes downhill with Nokia features. When I installed Tom Tom on the N70 it was a nightmare to find my pictures because they where all scrambled in one folder and it takes time to load the pictures!! And I understand that you don’t want to share every picture with everybody. That’s why the folders also come in handy One last thing regarding the discussion about making photographs, if you want to make a portrait photo, to later add as a thumbnail to your contacts on the 6600 it is quite strait forward, you just take the picture as a portrait and then add it to your contact. On the N70 and higher it is a pain in the a**. You first have to make the picture and than open it in the gallery and then edit it and than save it and then add it as a thumbnail. (Too many actions!) Why does Nokia degrade there phones like that? The 6600 has got features that are super user friendly and with the N70 and N80 they just leave them out. Please don't get me wrong, I am also a loyal Nokia fan for years, but it seems to me that Nokia is cutting corners right now and this has to be said. I honestly hope that they will do something with this feedback because from the inside I still am a Nokia fan but some things got to change. Lazy J

  • I have a new iPad that uses the Cloud.  But my iMac, my MacBook Air, and my iPhone are all older.  How can I link my mail accounts that aren't on the cloud withntiPhone

    Does anyone know how to sync my email account which is on my iMac, my MacBook Air, and my iPhone with my new iPad that uses the Cloud.  none of my other Apple devices can use the cloud.   Please Help me use the same email account on my iPad!

    I have a MacBook Air, bought in 2010 or 2011.  It is running OS 10.6.8.
    I have an iMac that is the same age as my MacBook Air.  My iPhone is 2nd or 3rd generation.
    None can support "the Cloud".  I use gmail and my iPhone and both computers are all synced.
    I can't get email on my new iPad that does use "The Cloud".
    Please help.

  • My MacBook Air does not have an optical drive.  I have a program (Megastar V) which is installed using a CD.  Is there a way to use the optical drive on my PC laptop to install this program on my MacBook Air?

    MacBook Air does not have an optical drive.  There is a program I wish to install on my Air which is an astronomy application called Megastar V.  Installation requires the use of a CD.  Is there a way to use the optical drive on my PC (toshiba laptop using Windows 7) to install this program onto my Air?
    With gratitude,
    Otto

    Thank you for explaining to me how to do this.  I will try it tomorrow and let all of you know how it goes.
    Otto

  • Is there a way to use the iMac's display mode with a Mac mini with out logging in first on the Mac mini

    Is there a way to use the iMac's display mode with a Mac mini with out logging in first on the Mac mini (late2014)
    im currently useing my Mac mini as a portable computer, I take it to the university and use the iMacs there as a monitor but before I can do that I have to log in to my Mac mini first which means doing it blind
    is there a way to put the IMacs into display mode with out logging into my Mac mini first
    or is there a portable monitor that I can use that will not require me to login first

    This
    Target Display Mode: Frequently Asked Questions (FAQ) - Apple Support
    says:
    How do I enable TDM?
    Make sure both computers are turned on and awake. 
    Connect a male-to-male Mini DisplayPort or ThunderBolt cable to each computer.
    Press Command-F2 on the keyboard of the iMac being used as a display to enable TDM.
    Note: In Keyboard System Preferences, if the checkbox is enabled for "Use all F1, F2, etc. keys as standard functions keys," the key combination changes to Command-Fn-F2.
    How do I exit TDM?
    To leave TDM, press Command-F2 on the keyboard of the iMac that is in TDM. You can also exit TDM if you shutdown or sleep either computer or detach the cable.
    Can I use a third-party keyboard or older Apple keyboard to enable TDM?
    Some older Apple keyboards and keyboards not made by Apple may not allow Command-F2 to toggle display modes. You should use an aluminum wired or wireless Apple keyboard to toggle TDM on and

  • HT204380 Is there a way of using the same FaceTime account on multiple devices?

    Is there a way of using the same FaceTime account on multiple devices?

    Yes you can use the same Apple ID on multiple devices and FaceTime with each one. You have to associate a different email address on all but one of the devices.
    Lets say you have two iPads and two iPods..... All sharing the same Apple ID. When you set up FaceTime on three of the devices, you have to associate another mail address in Settings>FaceTime>You can be reached for Video calls at>Add Another email address. Add a different email address in that setting and let Apple verify the address.
    After that email address has been verified by Apple (they send you an email to that address so look for it in the inboxes of that email account and follow the instructions in the email), then remove the Apple ID email address on each of those three devices. You can use the primary Apple ID email on the fourth device.
    Obviously, you have to have additional email addresses but you can set up free email accounts with AOL, Yahoo, gmail .... and you can use the email address just for FaceTime if you like.

Maybe you are looking for