Keystorking in a word/phrase

This might be a question for the 'Tiger' Discussions but I'm working on a project in Numbers right now so maybe there's a Numbers specific answer.
Anyway...
I'm finding that I'm typing in the same phrase over and over again. I'm wondering that if, to save time, there's a command/keystroke I can use to simply drop this phrase in for me?
Any idea if there is such a way in Numbers or Tiger in general that will allow me to do that.
So, for instance, instead of typing "Cargo, purple peanuts and dinosaurs EX2P1" about 15 times in a document I can just hit, let's say "Command+EX" or something along those lines.
Thanks,
Andy

TypeIt4Me X 4.1
Global text expander macro tool like Word's AutoCorrect.
SimpleKeys 2.2.1
set hotkeys to trigger macros and type text
Text Expander 1.4.2
Save time by expanding your frequently used abbreviations and phrases while you type.
CopyPaste + yType 2.7.5
multiple clipboard, typing accelerator, text editor
SureType 2.01
open items or type text using abbreviations
Typist 1.2.2
stores & types your frequently typed text
AutoCompleter 1.0
completes words for you as you type
Yvan KOENIG (from FRANCE samedi 7 février 2009 20:04:05)

Similar Messages

  • How do I add a two word phrase to index

    I’m trying to speed up the process of adding Latin names of plants and animals to an index using Indesign CS4. These consist of two word phrases (genus + species) which need to be put into the topic level 1 and topic level 2 boxes of the New Page Reference (Index) dialog. Using Ctrl 7 to invoke the dialog just puts whatever is selected into Topic1 and using Shift+Ctrl+Alt+] adds a ‘proper name’ index entry (Surname, forename) which is no good. When the information has been entered, a simple nested index can be produced, sorted by  genus and then species.
    I’m used to programming using vb in MS Office but am totally new to javascript and this has taken two days to get this far. The first problem is that if the user only puts an insertion point into the first word (genus) I can’t figure out how to move to the second word (species) in order to save it to a variable.
    So I have:
    var myTopic1 = "" ; // topic level 1, i.e. genus
    var myTopic2 = "" ; // topic level 2, i.e. species
    myIP = app.selection[0] ;
    myTopic1 = myIP.words[0].contents ;
    This works on a insertion point in any word, or if a phrase is highlighted will take the first word.
    Is there a simple way of copying the second word after the insertion point to myTopic2? I’ve tried various methods but can’t get anything to work. I thought it would be a simple matter of adding 1 to the index of the containing paragraph or story.
    I’ve got round this in a very long-winded way by asking the user to select the whole genus+species string, then working out the position of the dividing space and reconstructing the genus and species character by character:
    var myString = "" ; // user-selected string: genus + species
    myString = myIP.contents
    myStringlen = myIP.contents.length
    var xposn = myString.indexOf(" "); // gives posn of the (first) space character within selected string
    var yposn = 0 ; // start of the string
    myTopic1 = myString.charAt(yposn) ;
    while (yposn < (xposn-1))
    myTopic1 = myTopic1 + myString.charAt(yposn+1) ;
    yposn++ ;
    while (xposn < myStringlen)
    myTopic2 = myTopic2 + myString.charAt(xposn+1) ;
    xposn++ ;
    // show results:
    alert("Topic1 = " + myTopic1 + ". Topic 2 = " +myTopic2) ;
    So at this point I need to figure how to invoke the New Page Reference dialog with Topic1 and Topic 2 filled in? I would like the option of overriding the character format of the page reference ‘Number Style Override’, so would prefer to conclude the script with the dialog left open. Can this be done using script, or do I need a custom dialog? Alternatively it would also be good to just automatically save Topic1 and Topic2 and insert the index marker at the selection point without invoking any dialogs. I’m really struggling to get anywhere with this, can someone please help! Many thanks. Sorry for the long post.

    John,
    It can be confusing initially, but JavaScript and InDesign's object model will soon make sense. What you want to do can be done with this script:
    w1 = app.selection[0].words[0].contents;
    w2 = app.selection[0].words[1].contents;
    doc = app.activeDocument;
    if (doc.indexes.length == 0){
        doc.indexes.add();
    species = doc.indexes[0].topics.add (w1).topics.add (w2);
    species.pageReferences.add (app.selection[0], PageReferenceType.currentPage);
    Select genus and species, then run the script.
    It's not possible (I don't think) to open the New page Reference dialog. Do you want to apply the number style override to all page references? If that's the case, don't. Apply the character style to the page numbers after the index has been generated, or better, set it in the index paragraph style.
    If you want to apply the number style override only to some pages, you can do as follows. Before selecting genus+species, prefix the genus name with e.g. #. That symbol tells the script to add an override. The script will strip the #, create the page reference, and add the override. You need to tell the script somehow which character style to use for the override.
    Peter
    Edit: Jump beat me to it, and gives you a different method to get your two words. Spoilt for choice!
    P.

  • Acrobat 8 Pro-how do I search 1000's of pdf's & yellow highlight all occurrences of 12 words/phrases

    my computer: windows xp pro svc pack 3, dual processor, 2 gig ram
    software: Adobe Acrobat8 Pro. Problem: I have 8,000 1-2 page pdf's in (1) directory, that are all located within 5,000 sub-directories. All were converted by Acrobat fm *.txt docs in the same directories, so all are ocr text searchable, but the time to search all docs and manually highlight each (frequent) occurrence in thousands of docs, then repeat the process for the next 11 words/phrases will take forever.
    If anyone knows how to batch process search for multiple words/phrases AND have Acrobat automatically highlight and index each occurrence, that would be awesome and greatly appreciated.
    desones

    Hi David, I've developed a script that does this (well, it does it for a single document, but can easily be used for multiple ones using a batch process, and the dialog boxes can be replaced with a pre-defined piece of text).
    See here for some more info: http://try67.blogspot.com/2008/11/acrobat-highlight-all-instances-of.html
    and contact me by email to discuss it further.

  • Search for word/phrase by ctrl+shift+F

    ctrl+shift+F
    One can enter here  the file/folder path the search for word/phrase should be made.
    But length of this control element is really limited.
    If the chosen path is very long, with lot of folder levels, longer than the control element is capable to show it,
    the path string is truncated. Truncation in its middle part.
    Nobody is able to see how exactly the path is, after it has been shortened.
    And now, please imagine that there are several similar paths on the disc.
    They differ by theirs middle section only.
    Now assume the search needs 3 hours.
    1. After 3 hours of search run user can't say which folder of all similar folders he has chosen for last search operation.
    After search completes user is no able to check, which path the search ran in.
    2. If new search in some other folder but in a folder located close to the previous one is aimed  the user
    has to follow the whole path from the disc root - job intensive task.
    Adobe Reader should use the previous search path as start point of new search path selection.
    The full-feature product Adobe Acrobat probably also affected.

    Hi vmartin01,
    I tried to check at my end and it works fine at my end.
    Regards,
    Ajlan Huda.

  • Script to link a word/phrase to another place elsewhere

    Hi,
    I want to click on a word or a phrase at 1 place & it would link to that same word  at another place/page in Adobe LC Designer 8.2 for the Adobe.  Thanks for your help!
    Trang

    No text based hyper links allowed with in the document. However you can code setFocus method (xfa.host.setFocus("<destination somExpression>")) if you wish to navigate between two input objects. Also users may use Find (Ctrl+F) functionality to find out similar phrases on the generated document.

  • Creating a "4 word phrase" out of selected answers (4 grids of 14 words.. 1 word out each grid)   ----[ Urgent ;) ]

    Okay this is rather simple and "should" be straight forward.
    i have a grid of 14 words (buttons or clickbox)
         1. the user has to choose one of these words.
         2. on clicking on it the smae word is shown in a dedicated area on the screen.
         3. the user then clicks the "next" button on goes to the next page
         4. here he will find another grid of 14 words
             (at the same time the word chosen in previous grid is still show in dedicated area...)
         5. the user selects a second word from the new grid... and this will then show up in the dedicated area next to the previous word
         6. the user then clicks the "next" button on goes to the next page
    ---- and so on .. in the end the user chooses 3 or 4 times a word that each stay visible throughout the selecting out of the 4 grids.
    creating a "phrase" out of the 4 selected words.
    I can of cause create for each option a a page:
    (example:
              grid1_word1, grid2_word1, grid3_word1, grid4_word1
              grid1_word2, grid2_word1, grid3_word1, grid4_word1
              grid1_word3, grid2_word1, grid3_word1, grid4_word1
    but this wil result in 14x14x14x14 = 38.416 pages... and well.. that's a bit much...
    so if someone has a more simple solution for me...
    you can email me at:  [email protected]
    or skype                 : rijswick
    as usual this is something that is very very urgent... (as usual.... so if you can help please dont wait..hahahha )
    thank you in advance
    Jean Marc van Rijswick

    Nederlandstalig vermoed ik? Maar ik zal in het Engels antwoorden. Beetje grappig, heb net deze week gewerkt voor een Nederlands bedrijf, en dat is heel zelden (klanten zitten meestal over de kleine of grote plas).
    I don't understand the work flow where you end up with 38416 slides? And which version do you use? Hope you can use shared actions (best in CP8)?
    Quick analysis, because I'm very busy on an urgent project.
    For the grids: do not use buttons, no click boxes but shape buttons in which you can put text (or a user variable, see further).
    The four words have to end up to be each in a user variable, will label them v_word1, v_word2, v_word3, v_word4. The 'dedicated area' can be a text container, set to display for the rest of the project, in which you insert those user variables in sequence.
    As for the grids, I would reuse a set of 14 variables on each slide: v_1,  v_2.......v_14
    Put those variables in the shape buttons.
    Hoping you are on CP8. Then create shared actions:
    To be used On Enter for the slide, where the vars v_1....v_14 are getting their value for that slide. Those values will be parameters, so that they can be changed for each slide.  Beware: you cannot have twice the same word in that case on one slide.
    To be used for each shape button, will be pretty easy shared action like    Assign v_word1 with v_10    (for the shape button on the 10th place and the first slide). Both variables have to be parameters.
    The first shared action will be used  4 times. The second shared action will be used 4*14=56 times.

  • Use AppleScript to remove a specific word/phrase from Multiple Folder names

    Within one of my folders I have hundreds of Folders that have specific words or phrases in the names I would like to remove using apple script.
    For instance if the folder names all contain the word "Default" what script could I write to remove "Default" from the names of all folders with it in the name.
    So, if folder is named "bobDefault"  how could I get it to remove Default and keep bob and then continue on the rest of the folder names within the main folder.  I appreciate any help you may provide.

    The following should do the trick (if there's always a space before the left parenthesis):
    set theFolder to choose folder
    tell application "Finder" to set theNames to name of folders of theFolder
    set theNewNames to {}
    repeat with thisName in theNames
         set P1 to offset of "(" in thisName
         set P2 to offset of ")" in thisName
         if P1 * P2 > 0 then
               try
                     get (text (P1 + 1) thru (P2 - 1) of thisName) as integer
                     set theString to text P1 thru P2 of thisName
                     set thisName to replace(space & theString, "", thisName)
               on error
                     -- no change
               end try
         end if
         copy thisName to the end of theNewNames
    end repeat
    tell application "Finder" to repeat with k from 1 to (count theNames)
         try
               set name of folder (item k of theNames) of theFolder to (item k of theNewNames)
         end try
    end repeat
    on replace(A, B, theText)
         set {TID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, {A}}
         set {theTextItems, AppleScript's text item delimiters} to {text items of theText, {B}}
         set {theText, AppleScript's text item delimiters} to {theTextItems as text, TID}
         return theText
    end replace

  • Popup Word & Phrase Definitions

    Using Acrobat Pro 9, is there an easy way to create a popup window in a PDF document that opens by a mouse over action and disappears when the mouse is moved away from the word or phrase that initiated the popup window?
    Is there an easy way to assign the same popup window action to multiple occurrences of the same work or phrase within a one or more PDF documents?
    Are there other applications necessary to accomplish the above?
    My goal is to create a popup definition of certain words and phrases that occur multiple times through my documents.

    For a something to appear on mouse over, you should use a button, and specifiy either a rollover label or the tooltip text. In order to be able to set a rollover label, the Behavior of the button needs to be set to "Push". You can set the button to have no visible appearance (e.g., no border or background color).
    To automate the process of adding the buttons in the locations you want, you can use a JavaScript routine to search each page of the words and add the button in the correct location. Searching and adding buttons for phrases is a bit more difficult, especially if the phrase spans more than one line or page, but it's possible. You might want to do a search here or at acrobatusers.com for some code that will get you started. You'll want to read up on the document methods of getPageNumWords, getPageNthWord, getPageNthWordQuads, and addField in the Acrobat JavaScript reference.

  • A particular 2-word phrase turns itself into a hyperlink to a particular person's affiliate sales page when I see it in webpages, type it into email or various forum postings... only in Firefox, not IE.

    I've run various antivirus and Malware scans and CCleaner. The phrase is:
    business opportunity
    I'm not posting this from the affected computer, which is a laptop at home; I'm at work right now.
    I'm trying to avoid uninstalling and reinstalling and any unforeseen problems that might cause (like lost bookmarks), that would be more annoying than this issue is.

    Hi Hoos!
    I found a host for that project. It's called valia at sourceforge.net.
    We have already about 7 developers ( English, Russian, French, German, Italian, Arabic, Hindi, Traditional Chinese ). We are looking for guys with Spanish and Japanese.
    Also if you want we can expand our support for Persian you are very welcome to join. It's usially small job, just replace one, two etc by your spoken language plus coding of grammar exceptions.
    Withregard of applicability we are making first version to be working for even small j2me. So you can integrate it to everywhere including cell phones. But major goal is for bussiness apps & web services, possibly entertainements.
    Would you reply to me if you wanted to join at [email protected]
    Have a great day
    Igor Artimenko
    valia, Project Manager

  • Words/Phrases That Throw Up Red Flags for You

    I was working on an issue in the PrPro Forum (this THREAD), and the word "hacked" came up. I assume that the user had flashed his firmware in his camera to attain some feature, that it was not originally intended to have. This got me to thinking about terms that throw up red flags, or just make you uncomfortable. In my case, the word "hack" has all sorts of very negative connotations. That does show my age, and probably a bit of my mind-set. I began to reflect on other such terms and came up with a few:
    Hacked
    Matrox
    Dazzle
    Memorex
    MKV
    DivX/Xvid
    ACC Audio
    MP3
    Warez
    Keygen
    "I'm a poor student and can't really afford PrPro... "
    "Borrowed from a friend... "
    "The dog ate my media and my S/N, and can you FTP me the... " (Hey, I have Bulldogs, so if any canine would eat something, it would be a Bulldog - never had this issue)
    CODEC pack
    FFDShow
    Partitions
    SSD (but that is easing up a lot, and will probably disappear from the list in a generation, or two)
    Pentium D
    1GB RAM
    Intel embedded graphics chip
    "I don't care what Harm says... "
    SLI/Crossfire
    "1 HDD with 5GB free... "
    I'll even start Jim Simon's list, just to save him some typing:
    Commas,,,,,,
    Elemental streams
    "Point and shoot camera"
    HDD camera
    iPhone
    Flip camera
    Cellphone camera
    Lipstick camera
    Rod's Snake-cam
    "I only have a BA in video production, and did not finish my Masters... "
    Divx/Xvid - as above
    Apple_____ (really anything in the blank)
    For Rod:
    Package from Hunt
    Scary snakes
    "4K RED footage in CS3 with 4GB RAM... "
    "Gooseneck mic stand... "
    "Duck tape... "
    And for Dave:
    What throws up the red flags for you?
    Blizzard warning!
    Hunt

    Great list so far! Here are my additions...
    "We need to use every available resource"
    "Not enough money"
    "My budget is blown for this year" (which doesn't end until June 30th!)
    "Hey y'all, watch this!" (Typical Redneck line, usually shouted just before the friends call for the coroner...)
    "City units, stand by for tones" (what they say over the radio before they drop tones telling us we have a fire somewhere here in town)
    "AVCHD"
    "David, can you teach my class?"
    "Our iMac's are having trouble"
    "Can you rip this DVD and re-edit it and then put it on Vimeo in HD?"
    "overdraft"
    I'm sure I can come up with more, but my brain's a bit fried right now from starting at 7:30 this morning...

  • How can you detect all words and phrases in a text document using java?

    Is there some java API which would help me extract all words, multi-word phrases, punctuations in an English text document? I would also like to get the order in which they appear with sentence detection. I've been searching for this in java NLP packages, but haven't found anything yet.
    Any help would be appreciated.
    Thanks,
    Ajith

    I don't understand what you actually want, but if your on about having a file and splitting it up into sentences then i would look into either psudocode or parsing strings, theres not a java api as far as i know that does anything like you want, you would have to write it yourself or find a project someone else has made.

  • Is there a 'macro' to convert a Word style to CSS tag?

    The text in my source (Word) has a named character style applied to selected words/phrases throughout the text.  I want to detect that specific character-style spec. in the source (pasted from Word into a DW target page) and have a way to translate what was a Word style-spec. into a specific CSS style for that same piece of text in the HTML. 
    For example, say the Word style is a character style named "boldBlue" (which, when applied to the text, makes it appear in ... bold and blue).  In CSS, I have a style named "BB" -- I want the HTML to have the same text tagged correctly using the CSS spec. for "bold blue" (BB), without needing to assign that CSS tag over and over and over to each case.
    Is there some 'macro' (or 'batch') way to accomplish this in CS6?

    Honestly, the best thing you can do is strip out all Word generated code. Word is a horribly writer of html and css and will increase the headache factor of your project by an order of magnitude. DW has a feature built into it specifically to strip out all Word generated gibberish simply because it is so terrible...
    Commands > Clean Up Word HTML
    To change code from something like class="BoldBlue" to class="BB", you can open the page in source view and use the Find & Replace feature to replace all instances of BoldBlue with BB.
    Ctrl + F or Edit > Find and Replace
    When the dialogue window pops up, choose Current Document and Source Code from the drop downs. Put the exact text, spaces and all into the Find field and the new info in the Replace, then click Replace All.

  • How to pass multiple words as a search argument on the Acrobat Command Line?

    I am trying to launch Acrobat using a multi-word search parameter on a Windows XP box. However, Acrobat is stripping the spaces between words. For example, I am trying to load Acrobat and have it search for the phrase "vision changes" using a Command Line like this:
    C:\>"C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /A search="vision changes" c:\temp\theDocument.pdf
    When Acrobat loads, it shows the search panel with the phrase "visionchanges" in it. The space between the two words is gone and naturally it can't find the phrase.
    I have read both the PDF Command Line parameter documents I could find. This format works fine for URLs, but for Shelling Acrobat on the local system, it doesn't work because of the space stripping problem. I have tried lots of different variants of quote characters, escape characters, even HTML characters like "&nbps;", but nothing works.
    Does anyone have an answer?
    For the curious here are links to the two PDF documents I found that cover the command line arguments:
    http://www.adobe.com/devnet/acrobat/pdfs/PDFOpenParameters.pdf
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Thanks,
    Robert

    Hey Robert,
    Did you note that in the "pdf_open_parameters.pdf" document, it says that the value of the Search parameter is treated as a list of (single) words, not as a string of words (phrase)?
    It says it explicitly: "You can search only for single words. You cannot search for a string of words."
    PS: I'm replying to your query as a sort of thank you for posting the links to those documents. It helped me to find the way of conditioning how to open a pdf.

  • How to make [Search Mozilla Support] honor specification of a phrase?

    Many search facilities will honor a phrase. If I specify "tab character" [including the quote marks!], they will search for the phrase "tab character" and only return links to documents with that phrase. As I discovered when trying to answer a question about controlling how the tab character is rendered, the search function in Mozilla support returns links to everything dealing with browser tabs. I tried using s-quote marks rather than d-quote marks, but that did not help. I could not find any button with a name like "Advanced" to get more control over the search. So far as I can tell, [Search Mozilla Support] insists on treating the phrase "tab character" as a search for anything with the word "tab" or the word "character".

    Yes, using quotes to specify a search term is one of the most wanted features for me (and probably a lot of others) on this forum, but it still hasn't been implemented.<br />
    Only a Google site search will work to search for a multi-word phrase enclosed in quotes.

  • Firefox randomly does an automatic search for a word I type and redirects to some website. Any ideas why?

    I've been having this problem for awhile now. If I type a word while using firefox (in a form, searching a page for that word/phrase, etc.), Firefox will later (at a seemingly random time) do an automatic search for that word/phrase and redirect me to some site (e.g. if I search a page for 'history', Firefox will at a random time, redirect me to, for example, history.com). I have no idea what might be causing this, and it is really annoying when I'm filling out a form online and Firefox randomly goes to some site, interrupting what I was doing at the time.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Maybe you are looking for

  • My iPhone no longer works with external speakers

    Since upgrading to the 3.0 software, my iPhone (the original 2G model) no longer works with the speakers I have, or with my DVD/surround system. Previously it worked fine! Has anyone else experienced this. I'm so disappointed, as I use the speakers/s

  • Mail.app crashes entire system (etc)

    Hi all, One of our photography workstations had an issue with the hard disk recently that meant Apple support took us through reinstalling OS X Snow Leopard.  We then restored the main user's profile due to the profile becoming unusable during the re

  • Re: single log-on (SSO) using Windows 2000 and Active Directory

    Hi Honggo, Its possible to see all the Active Directory users in WLS6.1 by configuring the ldap realm. You can use any of the username/password in ldap but you still have to login again. However the concept of single sign on across operating system a

  • Dynamic tag's folder

    Hi, I'm writing here to find how to add the dynamic folder "all the tags" in the Dock. I had already tried but it's only possible to had every tag folder (one folder per tag) in the Dock. What i would like is a folder which contains the existing tags

  • Will not update software

    Hello everyone, I recently downloaded the following updates for my computer and when I go to restart and install them, the installer that would normally appear over the logins screen is displayed very briefly (less than 1 sec.) with the message "your