Tilde key ....monitor at 100%

Does any one else feel that when using the Tilde Key action, it would be better if the Screen automatically opened in 100% Mode and not Fit.
I use Fit on my Source and Programm Monitors so when using Tilde, the screen also opens with "fit" and this of course presents the image "enlarged" requiring an adjustment down to 100%. (Clumsy in front of clients)
A feature request maybe if others agree ?
BTW - the whole Premiere function of "mouse roll over" without having to focus the window is brilliant and hopefully if Adobe were to change it as I would wish, they would also not break it in the process.

Thats not the same Steven and too slow and clunky when you need to bounce up and down between monitors many times in a session.
The tilde key function is fantastic and unique to Premiere but it just needs this "tweak" to make it perfect.
To add a lttle to note the issue : When working in HD the Program and Source Mnitors must be set to FIT. When one roll over tildes to the "big" monitor one need to set it to 100% to avoid the pixelation. Then of curse when one goes back to the Program/ Source Monitor these are now in the wrong mode so also need to be reset back to FIT.
>"Fit up to 100%."
That wold do it for me.

Similar Messages

  • Accent keys/tilde keys ignored in urxvt

    I've recently been noticing a problem when using vim.  On the DE layout there's a tilde key that can be reached by hitting "alt gr" and "+", which works fine in my terminal, firefox, etc. (It's a "dead key", thus requiring a double-press, but I don't mind that at all), and my accent key (` and ´) is available without a modifier key (again, it works in most programs). 
    However, in Vim (and Nano as well - but otherwise no other applications show this behaviour), neither key results in a character.  I can use the ctrl+k method in vim and copying/pasting the character works as well, but this seems kind of pointless to me, since I have the keys on my keyboard (and they worked previously).  It's as if the keypress is ignored entirely (such as loading a 102 key layout for a 104 key keyboard results in "empty" keys).
    Would this be a setting in my zshrc or my vimrc, or is this a locales problem?  Or did Vim simply change that functionality in an update?
    I'm unsure of where I should look for a solution and googling for results hasn't yet returned a working solution.  On a possibly related note, I have also noticed that my middle-mouse-key copy and paste has stopped working from urxvt.  I can highlight the text and paste it within the same terminal, but I can't paste it into, for example, Firefox.  The only change I remember making before I noticed this problem popping up is the fact that I configured SCIM.
    I've tried to include as much information as I found relevant, but I will happily provide any more information that may be required.
    More information:
    .vimrc
    filetype on
    " Variables
    set showmatch
    set softtabstop=2
    set expandtab
    set incsearch
    set backspace=2
    set ignorecase
    set comments=sl:/*,mb:*,elx:*/
    set number
    set pdev=Cups-PDF
    set printoptions=paper:A4,syntax:y,wrap:y
    set encoding=utf8
    "Keyboard Shortcuts
    nmap <C-l> :set invnumber <CR>
    noremap <C-B> yiW<End>=<C-R>=<C-R>0<CR>
    imap <S-CR> <CR><CR>end<Esc>-cc
    inoremap <s-tab> <c-d>
    noremap <Space> <PageDown>
    noremap <BS> <PageUp>
    noremap - <PageUp>
    nmap <c-s> :w<CR>
    imap <C-F> {<CR>}<C-O>O
    "Syntax Highlighting
    set background=dark
    syntax enable
    colorscheme lswest
    au BufNewFile,BufRead *.rhtml set syn=eruby
    autocmd BufRead ~/.mutt/temp/mutt* :source ~/.vim/mail.vimrc
    .zshrc
    autoload colors; colors
    autoload -U url-quote-magic
    zle -N self-insert url-quote-magic
    ##RPROMPT="%{$fg[red]%}[%{$fg[cyan]%}%* on %D%{$fg[red]%}]%{$reset_color%}" # Prompt for right side of screen
    # prompt (if running screen, show window #)
    if [ x$WINDOW != x ]; then
    # [5:lswest@lswest-laptop:~]
    export PS1="%{$fg[white]%}┌─[%{$fg[cyan]%}$WINDOW%{$fg[white]%}:%{$fg[green]%}%n%{$fg[cyan]%}@%{$fg[green]%}%m%{$fg[white]%}:%{$fg[yellow]%}%~%{$fg[white]%}]%{$fg[yellow]%}-%{$fg[red]%}[%{$fg[cyan]%}%*%{$fg[red]%}]%{$reset_color%}%{$reset_color%}"$'\n'"%{$fg[white]%}└─>%{$reset_color%} "
    else
    # [lswest@lswest-laptop:~]
    export PS1="%{$fg[white]%}┌─[%{$fg[green]%}%n%{$fg[cyan]%}@%{$fg[green]%}%m%{$fg[white]%}:%{$fg[yellow]%}%~%{$fg[white]%}]%{$fg[yellow]%}-%{$fg[red]%}[%{$fg[cyan]%}%*%{$fg[red]%}]%{$reset_color%}%{$reset_color%}"$'\n'"%{$fg[white]%}└─>%{$reset_color%} "
    fi
    export RPRMOPT="%{$reset_color%}"
    # format titles for screen and rxvt
    function title() {
    # escape '%' chars in $1, make nonprintables visible
    a=${(V)1//\%/\%\%}
    # Truncate command, and join lines.
    a=$(print -Pn "%40>...>$a" | tr -d "\n")
    case $TERM in
    screen*)
    print -Pn "\ek$a:$3\e\\" # screen title (in ^A")
    xterm*|rxvt*)
    ##print -Pn "\e]0;$USER@$HOSTNAME: $PWD\007"
    ##print -Pn "\e]2;$2 | $a:$3\a" # plain xterm title
    precmd() { print -Pn "\e]0;%m:%~\a" }
    preexec () { print -Pn "\e]0;$1\a" }
    esac
    # precmd is called just before the prompt is printed
    function precmd() {
    title "zsh" "$USER@%m" "%55<...<%~"
    # preexec is called just before any command line is executed
    function preexec() {
    title "$1" "$USER@%m" "%35<...<%~"
    # Lines configured by zsh-newuser-install
    HISTFILE=~/.histfile
    HISTSIZE=1000
    SAVEHIST=1000
    setopt extendedglob
    bindkey -e
    # End of lines configured by zsh-newuser-install
    # The following lines were added by compinstall
    zstyle :compinstall filename '/home/lswest/.zshrc'
    autoload -Uz compinit
    compinit
    # End of lines added by compinstall
    #alias
    alias ls="ls -la --classify --color=always"
    alias rsync="rsync -h --progress"
    ##Set some keybindings
    typeset -g -A key
    bindkey '^?' backward-delete-char
    bindkey '^[[7~' beginning-of-line
    bindkey '^[[5~' up-line-or-history
    bindkey '^[[3~' delete-char
    bindkey '^[[8~' end-of-line
    bindkey '^[[6~' down-line-or-history
    bindkey '^[[A' up-line-or-search
    bindkey '^[[D' backward-char
    bindkey '^[[B' down-line-or-search
    bindkey '^[[C' forward-char
    bindkey '^[[2~' overwrite-mode
    export LC_CTYPE="en_US.utf8"
    #export QT_PLUGIN_PATH="$QT_PLUGIN_PATH:/opt/lib32/usr/lib/qt/plugins"
    alias trayer="trayer --edge top --expand true --widthtype request --height 28 --SetDockType true --transparent true --alpha 255 --align right"
    alias sbb="sudo bauerbill"
    alias bb="bauerbill"
    alias linode="ssh [email protected]"
    alias sockLin="ssh -D 8080 [email protected]"
    ##custom functions
    m4a(){
    if [[ "$1" != "" && "$#" == 2 ]]; then
    #check if files exist
    if [ -e "$1" ]; then
    #convert audio
    ffmpeg -i "$1" "$2"
    else
    echo "File "$1" doesn't exist!"
    fi
    if [ ! -d "$HOME/Music/m4a" ]; then
    mkdir $HOME/Music/m4a
    fi
    #move the .m4a file to the m4a folder if the files exist in the current directory
    if [ -e "$2" ]; then
    mv "$1" $HOME/Music/m4a/"`echo "$2"|sed 's/mp3/m4a/'`"
    echo "m4a file was moved to the ~/Music folder"
    mv "$2" $HOME/Music/
    echo "Moved the mp3 to the ~/Music folder"
    else
    echo "File "$2" doesn't exist!"
    fi
    else
    echo "Invalid arguments (or too few/many), please run this script with \"m4a <input> <output>\""
    fi
    # Convert Flash video to MP3
    flvmp3() {
    ffmpeg -i $1 -ar 44100 -ab 192k -ac 2 $2
    export EDITOR="vim"
    export BROWSER="firefox"
    #Google from CLI
    # go to google for anything
    google() {
    local term="$*"
    [ -z "$term" ] && term="$(xclip -o)"
    local URL="http://www.google.com/search?q=${term// /+}"
    $BROWSER "$URL" &>/dev/null &
    export OOO_FORCE_DESKTOP=gnome
    export DE=xfce
    #set up the mail environment variable
    MAIL=/var/spool/mail/lswest && export MAIL
    Last edited by lswest (2010-10-03 08:43:50)

    *EDIT* I just checked in Sakura and Vim registers and displays tilde after double-presses, and accents need to be completed with a space (not a big deal for me).  Now I just need to figure out why rxvt-unicode isn't doing the same.  Any suggestions on where to start?
    *EDIT #2* The issue is occurring in urxvt itself now (I could swear it was working before though, but I have no concrete evidence of that fact).  Probably means it's related to my rxvt configuration somehow (and the middle-mouse copy/paste not working is probably also related).  I've updated the title to reflect this.
    relevant section of my .Xdefaults:
    URxvt*preeditType: OnTheSpot,None
    URxvt.perl-ext-common: default,matcher,xim-onthespot
    URxvt.urlLauncher: firefox
    URxvt.matcher.button: 1
    urxvt*font: xft:Inconsolata:size=10:antialias=true:autohint=true
    urxvt*termName: rxvt-unicode
    urxvt*internalBorder: 1
    urxvt*loginShell: true
    urxvt*background: [70]#000000
    urxvt*foreground: white
    urxvt*transparent: 1
    urxvt*colorMode: on
    urxvt*cursorBlink: 0
    urxvt*depth: 32
    urxvt*color0: #000000
    urxvt*color1: #9e1828
    urxvt*color2: #aece92
    urxvt*color3: #968a38
    urxvt*color4: #414171
    urxvt*color5: #963c59
    urxvt*color6: #418179
    urxvt*color7: #bebebe
    urxvt*color8: #666666
    urxvt*color9: #cf6171
    urxvt*color10: #c5f779
    urxvt*color11: #fff796
    urxvt*color12: #4186be
    urxvt*color13: #cf9ebe
    urxvt*color14: #71bebe
    urxvt*color15: #ffffff
    urxvt*fading: 40
    urxvt*tintColor: white
    urxvt*shading: 0
    urxvt*inheritPixmap: 0
    urxvt*scrollBar: 0
    urxvt*geometry: 81x22
    urxvt*saveLines:1000
    I appreciate the reply again.
    The double-press works in DWM (my WM of choice on my PC) and AwesomeWM (on my laptop, which is also experiencing the same issue) in all applications besides the two I mentioned above.  I've also tried it by ending it with a space, a letter (i.e. n after tilde, or e after an accent) and it results in just the letter (n or e) in Nano/Vim.  The terminal is rxvt-unicode (not the 256 color one from AUR).
    My machines are both 64bit setups.
    On a side-note, is there any way to check if keypresses are being registered in Vim? (i.e. a way to see the keysym).
    relevant section of my rc.conf:
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="GMT+2"
    KEYMAP="de"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    Setting my keymap in X:
    xorg.conf
    Section "InputDevice"
    Identifier "keyboard0"
    Driver "evdev"
    Option "XkbLayout" "de"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    Last edited by lswest (2010-10-03 08:42:54)

  • Tilde key on Slovenian keyboard?

    Heya everyone!
    I'm from Slovenia and I've been using Illustrator for quite some time now. However I have recently found out that I can't acces the so called "tilde key" because my keyboard doesn't have one. So now after looking for a solution on the internet for a while, I have come here to Adobe forums in hopes of finding the answer I'm looking for. It is absolutely imperative that I find the answer, because I will need the functions of that keyboard shortcut a lot in the future.
    My question is which key will act as the tilde key on my keyboard.
    Or perhaps is it possible to assign a custom key inside Illustrator to perform the functions of the tilde key?
    Thanks for your answers and have a great day!

    Tiki,
    That key is placed differently on different (language/country) keyboards, so I am afraid you will have to try out all the keys until you find it. In any case it will probably be the fastest way to find out. As far as I remember, the Slovenian key has never been revealed in any of the threads about it, such as this one:
    http://forums.adobe.com/message/2820105?tstart=0

  • Flash CC won't let me switch between open documents using command and tilde key ( ~ )

    In all previous versions of Flash, and most other Adobe software, you could change the active document using command and tilde key ( ~ ) on a Mac. However Flash CC won't let me do this. Is there a bug, or something I need to set up to get it to work? Or is this possibly just expected behavior in the new version of Flash?

    I'm on a 2012 desktop with OS X 10.8.4 using a bluetooth keyboard. Cmd + ~ works with all other Adobe programs I have installed including Flash CS5.5.

  • Using the Tilde key while rotating a line is not working?

    I'm trying to make a tilde effect (not sure what it is called?) by holding down the tilde key (above the tab key on my Macbook Pro) while a straight line is selected, though nothing happens when I do this and try to drag the line in a circle to create the effect.
    Anyone have any ideas of what I might be doing wrong?
    Thanks.

    Maybe you've figured this out by now, or gotten the answer elsewhere? The "tilde effect" only works as you are creating the shape, not on an existing shape you've selected.
    Peter

  • Firefox crashes when the apostrophe and tilde keys are pressed

    Pressing either the apostrophe key or the tilde key is crashing Firefox. It's also happening in other internet browsers and programs (like Skype and Google Talk). I've tried a new keyboard and using different USB ports for it. The first time I tried a new USB port it temporarily fixed the problem, but after restarting my computer for updates the issue returned.
    Firefox, the plugins, add-ons and drivers are all up to date from what I can tell.

    do the crashes occur too when you run firefox in [[Safe Mode]]? (close all firefox windows & press the shift key while launching firefox again)
    probably not related - there's a new version of the flash plugin available. you can install it from [http://get.adobe.com/flashplayer/] (disable the checkbox for bundled software)

  • Why does this bar show up when I press the tilde key?

    Hey all, I have this mysterious bar that shows up when i press the tilde key in AE. It's distracting. 
    https://www.flickr.com/photos/jeffbriant/14040981723/
    (Adobe wouldn't let me upload a picture so I used flickr)
    EDIT: I'm using a Mac desktop.

    Try quitting After Effects, deleting the entire preferences directory, and restarting After Effects:
    DRIVE/Users/USERNAME/Library/Preferences/Adobe/After Effects/

  • Tilde Key does not work in Game

    exactly like the title says. when i am in a pc game the Tilde Key, which is used to bring up console does not work... and i am pretty sure it is an HP only problem, which makes me very angry. my previous laptops have been other brands and have worked fine. 
    Please help

    Hmm have u checked in the game options? Maibe ur console is disabled... Idk what model of hp pc are u running but maibe try to do Tilde using fn key + Tilde?

  • Tilde key, backtick switched?

    Hi
    Does anyone know why my tilde ` key is now switched with my § back tick key?
    I am running just British (real) English (be good to change the other name to American English)
    I do not think I have altered keyboard shortcuts in system OS
    Ant ideas?
    Tris

    Found my fix: http://discussions.info.apple.com/thread.jspa?threadID=1203002&tstart=0&messageI D=6327198#6327198

  • Keypad: Locate Accent Key, standard keyboard is under Tilde Key

    How can I get the ascent key (which is under the Tilde key, top left on a standard keyboard) on an iPhone? You would think by holding down the Tilde ~ key on the iPhone the key would appear.

    hold the vowel you want the accent mark over and it will appear with a series of letters
    This doesn't solve the problem, which is that some people need to make a ` (grave accent) all by itself for passwords. If you know a way to do that, a lot of people will be interested in it.

  • Satellite P200-10S - problem with Tilde key

    Hello,
    I purchased my laptop recently and installed a game (Oblivion) and in this game we can call up the console of the game but i cant call it because the key doesnt work. The Tilde key next to 1. I've been googling and noticed that lots of people with windows vista on laptops have this problem... can anyone help me?
    Is that any chance that the key becomes blocked on fullscreen mode?
    (sorry my english)
    Thanks in advance,
    Francisco

    Hello Francisco
    This game is not known to me but it will be interesting to know if this game is designed for WXP or Vista OS. Anyway if the same issue is noticed by many other notebook users I do not see any solution here. It seems to be that problem is not caused by defective notebook or something similar. If your notebook works well you should visit Game homepage and see if there is some solution.
    Notebook manufacturers have noting to do with it.

  • Tilde key broken on 15" MBP?

    The tilde/backtick key on my 15" MBP doesn't register unless I really jam on it. Does anyone know what Apple's requirements for replacing a key/keyboard are? I just got this laptop less than 2 weeks ago, and it's kind of disappointing to have a broken key right out of the box.
    MacBook Pro 15"   Mac OS X (10.4.6)  

    My MBP had an unfortunate meeting with a can of Sprite, so I had to replace the keyboard. Thankfully nothing got any deeper then they keyboard. The folks over at Lapin Systems in Evanston, IL replaced the keyboard and had it back to me the the day it arrived in the shop. Obviously this wasn't covered by Apple, so it was $100 bucks for part and installation. PowerbookMedic wanted over 225 for the same job.

  • SAP BW Key figures displayed 100 times larger than it should

    Dear all,
    I'm using Crystal Reports 2008 SP2 und SAP Intetegration Kit X3.1 SP2 to create a report upon a BW Query (7.01). Several key figures are displayed exactly 100 times larger than it should. Only the formatted value  is displayed correctly.
    Is anyone familiar to this phenomenon?
    best regards,
    madadm

    Solved:
    the regional settings of the client machine have to match the servers' .This have been hard times...

  • CPO on Activity Monitor over 100%

    I run Power eTrade Pro, a java based application with a continuous internet feed, and experience periods of over 100% CPU activity according to Activity Monitor. During those periods the program is frozen. This didn't happen with 10.4. It happens both on my G5 Quad and my Intel iMac 2.4ghtz. I sent a general suggestion to Apple about it but I thought I would post here as well. By reducing the amount of information being displayed I can manage the problem but change that up and boom, frozensville. When no information is being fed, like when the market closes, the CPU usage drops to near nothing. Maybe Java in 10.5 could do a better job of managing CPU usage like just slowing down a lot near 100% but still run. Can't imagine I need 8 cores to make this work. Especially when it was fine in 10.4.

    Somehow, this problem has resolved itself.

  • Laptop randomly switching over to f4 key, monitor switching, auto selects one and locks me out.

    for the past month or so now, my pavilion dv6 special edition notebook has been acting up. itll randomly pop the switch monitor deal onto the screen, automatically pick a monitor option, and then lock me out. This is annoying as it happens multiple times an hour. Sometimes right after each other. I dont know if it is a keyboard issue since sometimes it will keep putting in "g" 's in places and sometimes the back space doesnt work. Sometimes itll keep putting in the same key over and over and over again without me even touching the keyboard and it wont stop until i hit the key that is being put it.
    This is just frustrating since ive only had laptop for 8 months and have formated everything hoping that the problem would stop.
    Any suggestions?
       - Thanks!

    Can you please let me know what is the model of your notebook? Also you can go through the following document to check if this helps to resolve your issue:
    Resolving Problems When Toggling Between Display Modes Using FN+F4
    Although I am an HP Employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

Maybe you are looking for

  • Error message claims iPod not formatted for windows, when it is. HELP!!

    I've had a 4th generation iPod for a couple of years now, and yes this same crappy computer as well. Now all of a sudden, my computer doesn't recognize the iPod as my own. It will show up as hardware, and in my computer just says generically Apple Ip

  • Stuck Shift Key (Help!!)

    I needsome help! I've been having a LOT of problems with my MacBook Unibody late 2008 with Lion installed.  The shift key is stuck. At first I thought it was a bug and restored everything from a timemachine backup. Nothing changed. The computer refus

  • No Service after unlock?

    Hi, I asked my current provider Vodafone to unlock my iPhone 4, which they did. Recently I tried putting a T-Mobile sim card in it, to test it, but it just came up with No Service instead of finding a signal. The iphone is fully up to date etc, so wh

  • Saving preferences with JSP

    I have an application for which I'd like to develop a web interface. I've never really worked with servlets, but know Java and PHP fairly well. In PHP, I'd create a page which would save the user's input to a file, then use this data to connect to a

  • Missing PNG Quicktime codec in FCP7 under Lion

    Hi all - I have been asked to provide a series of graphics out of FCP7 in quicktime format based on the PNG codec.  I have done this many times before Lion but now the option isn't there.  Is there any way to do this or is it simply no longer an opti