FoodEssentials Nutrition Label Script

Discussion in 'Scripts' started by turklyfe, Aug 15, 2013.

  1. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    Code:
    q::
    Send {Tab 2}
    return
    
    w::
    Send {Tab 3}
    return
    
    x::
    Send {Tab 4}
    return
    
    z::
    Send ^a
    Send ^c
    Send {Tab}
    Send {Tab}
    return
    
    :*:pp::
    Send ^v
    Send {Tab}
    Send {Tab}
    return
    
    :*:zz::
    Loop ,4
    Send 0
    Send {Tab 2}
    return
    
    :*:rt::
    Send {0}
    Send {Tab}
    ---

    Can map to any key.

    Usage:
    q: skip to the next box; all the Vitamins/Calcium/Iron never have a mg amount listed so it's always a double tab, and it saves time in the normal nutrients as well (ie most products have no phosphorus or other carbs; cuts keypresses in half there).

    z: copy a box, move on to next one (typ. vitamin). Often products have multiple 0%'s, or 10%'s etc. Saves hitting 0, tab, tab.

    pp: Type pp somewhat quick to trigger the hotstring. Does all 0%'s for the 4 most common vitamins (A, C, Calcium, Iron).

    rt: Types 0, hits tab. Mostly for the 0 fat/protein/sugar etc.

    Not a huge gain but it's something.
     
    #1 turklyfe, Aug 15, 2013
    Last edited by a moderator: Sep 8, 2013
  2. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    Updated on the off chance these HITs return. All of the most common numbers are scripted (all 4 0's for main vitamins, 0, tab; copy tab, 3x and 4x tab.
     

Share This Page