Input map of components / overriding native key commands

Hi, I am in the process of developing a game engine on the Java language and have basically hit a brick wall =D
As my application runs through a java.awt.Frame, I need to be able to disable all native commands of key-to-event mapping. For instance, when I press the Alt key, then press down, I don't want a little pop-up menu to display in the upper-left corner. Another example is that I don't want Alt-F4 to always close the window, etc.
I have played around with listeners, but listeners to nothing but allow me to do something more than the key was previously assigned to; they don't prevent anything.
So, any ideas? I have handled the problem in the past by overwriting actions in a JComponent's InputMap/ActionMap. But, as Components do not implement InputMap or ActionMap, I'm stuck like a rock in a hard place =D
(Swing is not as efficient for rendering as AWT is, so I can't migrate to a Swing-based GUI)
If anybody has any suggestions, please let me know =D
Thanks in advance
Alex

try this for your alt-F4
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
class Testing extends JFrame
  boolean isAltF4 = false;
  public Testing()
    setLocation(400,300);
    setDefaultCloseOperation(EXIT_ON_CLOSE);
    JPanel p = new JPanel(new GridLayout(2,1));
    p.add(new JTextField(10));
    p.add(new JButton("OK"));
    getContentPane().add(p);
    pack();
    KeyboardFocusManager.getCurrentKeyboardFocusManager()
      .addKeyEventDispatcher(new KeyEventDispatcher(){
        public boolean dispatchKeyEvent(KeyEvent ke){
          if(ke.getID()==KeyEvent.KEY_PRESSED && ke.getKeyCode() == KeyEvent.VK_F4 && ke.isAltDown())
            isAltF4 = true;
            ke.consume();
          if(ke.getID()==KeyEvent.KEY_TYPED && isAltF4) ke.consume();
          if(ke.getID()==KeyEvent.KEY_RELEASED) isAltF4 = false;
        return false;}});
  public static void main(String[] args){new Testing().setVisible(true);}
}

Similar Messages

  • Mac Overrides Key Commands?

    Mac Pro 3.1, 16-GB Ram, OS 10.6.8, CS6 Extended
    I notice trhat recently hitting Key Commands in Photoshop like Command-M  minimizes my open window to the dock instead of opening Curves? This used to work. The Keyborad Shortcuts as set in Photoshop correctly, but it is ignoring them and using the Finder shortcut instead?
    Anuyy ideas?

    choreo,
    You may not like what I'm about to tell you, but it is the absolute truth:
    I just went to Photoshop 13 ("CS6") on my machine running under Snow Leopard, and pressed Command+M, which immediately brought up the Curves adjustment dialog box.
    Something is wrong with your setup.
    Here's my System Info, per copy and paste from the Photoshop Help menu:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Mac OS 10.6.8
    System architecture: Intel CPU Family:6, Model:15, Stepping:6 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 2
    Processor speed: 2000 MHz
    Built-in memory: 4096 MB
    Free memory: 2396 MB
    Memory available to Photoshop: 3752 MB
    Memory used by Photoshop: 70 %
    Image tile size: 128K
    Image cache levels: 4
    The GPU Sniffer crashed on 8/9/12 at 3:47:59 AM
    OpenGL Version: 1.4 APPLE-1.6.36
    OpenCL Unavailable
    Video Card Vendor: Intel Inc.
    Video Card Renderer: Intel GMA 950 OpenGL Engine
    Display: 2
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 1280, bottom: 1024, right: 2560
    Unaccelerated Video Card.
    OpenGL Version: 1.4 APPLE-1.6.36
    OpenCL Unavailable
    Video Card Vendor: Intel Inc.
    Video Card Renderer: Intel GMA 950 OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1024, right: 1280
    Video Renderer ID: 16924672
    Video Card Memory: 64 MB
    Video Rect Texture Size: 2048
    Serial number: 91xxxxxxxxxxxxxxxxxx13
    Application folder: MacBook HD:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      MacBook HD, 148.7G, 118.0G free
      Ps_13_scratch, 149.0G, 148.9G free
    Required Plug-ins folder: MacBook HD:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: MacBook HD:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.19243   66.492997
       AdobeAGM.framework   AdobeAGM   4.26.17.19243   66.492997
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.19243   66.492997
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.492997
       AdobeCoolType.framework   AdobeCoolType   5.10.31.19243   66.492997
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120201  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   4.0.93   66.496052
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   6.0.0.1654  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.0.5.19287   145486
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1652  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Required plug-ins:
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 7.1 (354), Copyright © 2012 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0 20120315.r.428 2012/03/15:21:00:00  ©2002-2012 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0 20120315.r.428 2012/03/15:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0 20120315.r.428 2012/03/15:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Difference Clouds 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0 20120315.r.428 2012/03/15:21:00:00  ©1997-2012 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 13.0 20120315.r.428 2012/03/15:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0 20120315.r.428 2012/03/15:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0 20120315.r.428 2012/03/15:21:00:00  ©2001-2012 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Measurement Core 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       MMXCore Routines 13.0 20120315.r.428 2012/03/15:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0 20120315.r.428 2012/03/15:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0 20120315.r.428 2012/03/15:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0 20120315.r.428 2012/03/15:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0 20120315.r.428 2012/03/15:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0 20120315.r.428 2012/03/15:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0 20120315.r.428 2012/03/15:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0 20120315.r.428 2012/03/15:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0 20120315.r.428 2012/03/15:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins:
       Disable OpenGL Drawing 13.0 20120315.r.428 2012/03/15:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “DisableDragBoundingBox.plugin”
       Disable Scratch Compression 13.0 20120315.r.428 2012/03/15:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “DisableScratchCompress.plugin”
       PG-Processor 2.0.1 ©2002-2010 PixelGenius LLC - from the file “PG-Processor.plugin”
       PhotoKit Capture Sharpener 2 2.0.7 ©2002-2010 PixelGenius LLC - from the file “PhotoKit Sharpener 2.plugin”
       PhotoKit Creative Sharpener 2 2.0.7 ©2002-2010 PixelGenius LLC - from the file “PhotoKit Sharpener 2.plugin”
       PhotoKit Output Sharpener 2 2.0.7 ©2002-2010 PixelGenius LLC - from the file “PhotoKit Sharpener 2.plugin”
       PhotoKit Preview Helper 2.1.6 ©2002-2010 PixelGenius LLC - from the file “PG Toolbox Previewer.plugin”
       PixelGenius Toolbox 2.2.2 ©2002-2010 PixelGenius LLC - from the file “PixelGenius Toolbox.plugin”
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

  • Step input key commands active all the time - really annoying

    In Logic X, I'm experiencing a problem where the step input key commands are overriding the global key commands, even when the step input window is not open.
    For example, when I'm looking at the main Logic window, with the step input window closed:
    -I press the space bar, and the playhead advances one division value
    -I press the T to change the tool, and it creates a region and puts a tiny F# there (!!)
    -I press Y to open/close the library, and it creates a region and puts a G# there.
    The only way around it right now is to edit my key commands and delete all step input commands that are getting in the way of the more universal ones.
    Has anyone else encountered this?

    Yes, I am. 
    Actually, I haven't even really been using the step window.  The problem seemed to start out of nowhere, and I noticed by looking through the "Edit key commands" window (opt-K), that what Logic was doing was using all the step input key commands instead of the global commands.
    The Art Of Sound wrote:
    Just to double check.. You are clicking on the Arrange window to bring the focus to that window yes. after you closed the step window?

  • Posting key 31 is ignored when processing Batch Input Map

    Hi,
    I have a problem when uploading an ascii file via RFBIBL00 to generate a batch input map. The map holds vendor and account bookings. The file looks like this:
    0MapName     001sap_user            X/
    1FB01                12062007YR0001120620076 EUR  ...
    2BBSEG                         31/         //            3381,00/...
    2BBSEG                         40/         //            1111,00/...
    The file uploads fine, the batch input map is created. Then I start to process the map. Transaction FB01 is filled with the necessary information. But instead of the starting with posting key 31 it starts with key 40. Field lengst, size of the 31 line is identical to the line with posting key 40 and 50 (expect for some fields like cost center, tax code,... which are not filled in the 31 line). For me it looks like that the line with the posting key 31 is totally ignored. oO
    What could be the problem? Where to check?
    Thank you for your help.
    best regards
    Hasan

    problem solved,
    thank you anyway

  • Need key commands list - complete

    can someone do me a favor and email me the clipboard output of the comprehensive key command list? i'm not in a position to do this myself right at the moment. if someone chimes up, i'll reply with the email address to send it to. no formating or anything is necessary.
    also, for those that use key commands a lot and have some complex customization, what is your opinion on its reliability? my questioning is due to the possible utilization of a remote session of logic, receiving custom MIDI sysex commands to basically remote control functionality via MIDI. (i will be sending commands via TCP, but there will be a local server sending MIDI to the host machine) do key commands ever not execute? if you send a rapid sequence of key commands, do they execute in a predictable fashion? etc...

    Why do you need to use Sysex commands? They're so much more complicated to program and keep track of...
    In terms of reliability, sometimes I find that key commands "go bad". This is almost always a case of "key label" commands going bad and to fix the problem they need to be re-programmed as "key position". That's the only buggy behavior re key commands, aside from the bugs in the key command window itself. But that's another story. Here's the list:
    -------- Global Commands --------
    * Record
    •Record Repeat
    Tab •Record Toggle
    sh - 18 •Capture Last Take as Recording
    •Capture Last Take as Recording & Play
    Enter Play
    ; Pause
    Return Stop
    Space Play or Stop
    Rewind
    Forward
    Fast Rewind
    Fast Forward
    Rewind 1 frame
    Forward 1 frame
    Rewind by format value
    Forward by format value
    Shuttle Rewind
    Shuttle Forward
    Scrub Rewind
    Scrub Forward
    Scrub by MIDI Value (-2-)
    ct 0 •Play from Beginning
    •Play from previous Bar
    •Play from Left Locator
    •Play from Right Locator
     •Play from left window corner
     Goto Left Locator
    ct Enter Goto Right Locator
    Goto Last Play Position
    Stop Goto Last Play Position
    Stop Goto Left Locator
    op co G •goto Position...
    . Set Left Locator...
    ct . Set Right Locator...
    sh [ Set Left Locator by Song Position
    [ Set Left Locator by rounded Song Position
    Set Left Autodrop Point by Song Position
    Set Left Autodrop Point by rounded Song Position
    sh ] Set Right Locator by Song Position
    ] Set Right Locator by rounded Song Position
    Set Right Autodrop Point by Song Position
    Set Right Autodrop Point by rounded Song Position
    Set Locators by Regions
    op O Set rounded Locators by Regions/Events
    ct X •Set Locators & Play
    X •Set rounded Locators & Play
    •Set rounded Locators & Cycle Play
    •Set rounded Locators & Record
    •Set rounded Locators & Cycle Record
    Swap Left and Right Locator
    Move Locators forward by Cycle Length
    Move Locators backwards by Cycle Length
    sh Enter •Play from Selection
    •Goto Selection
    ct a Create Marker
    sh a Create Marker without rounding
    Create Marker by Regions
    Delete Marker
    sh M Open Marker List...
    Open Marker List as Float...
    Open Marker Text...
    Open Marker Text as Float...
    Set Locators by Marker & Enable Cycle
    Set Locators by previous Marker & Enable Cycle
    Set Locators by next Marker & Enable Cycle
    sh -123 Goto Previous Marker
    sh -124 Goto Next Marker
    Goto Marker Number...
    sh - 85 Quick Edit Marker
    ct 1 Goto Marker Number 1
    ct 2 Goto Marker Number 2
    ct 3 Goto Marker Number 3
    ct 4 Goto Marker Number 4
    ct 5 Goto Marker Number 5
    ct 6 Goto Marker Number 6
    ct 7 Goto Marker Number 7
    ct 8 Goto Marker Number 8
    ct 9 Goto Marker Number 9
    ct op 0 Goto Marker Number 10
    ct op 1 Goto Marker Number 11
    ct op 2 Goto Marker Number 12
    ct op 3 Goto Marker Number 13
    ct op 4 Goto Marker Number 14
    ct op 5 Goto Marker Number 15
    ct op 6 Goto Marker Number 16
    ct op 7 Goto Marker Number 17
    ct op 8 Goto Marker Number 18
    ct op 9 Goto Marker Number 19
    ct op co 0 Goto Marker Number 20
    Select Previous Song
    Select Next Song
    Select Song 1
    Select Song 2
    Select Song 3
    Select Song 4
    Select Song 5
    Select Song 6
    Select Song 7
    Select Song 8
    Select Song 9
    Select Song 10
    Select Song 11
    Select Song 12
    Select Song 13
    Select Song 14
    Select Song 15
    Select Song 16
    Select Song 17
    Select Song 18
    Select Song 19
    Select Song 20
    C Cycle
    Drop
    Replace
    S Solo
    op -  1 •Set Solo Lock Mode
    ct op co -  1 •Reselect Solo-locked Regions
    Solo off for all
    Mute off for all
    sh ct * Record off for all
    Sync intern/extern
    •Tap Tempo
    MIDI Machine Control
    sh ct op * Toggle MIDI Remote (always MIDI remotable)
    Disable MIDI Remote
    co 3 •Set next higher Format
    co 2 •Set next lower Format
    N MIDI/Monitor Metronome Click
    Send Reset Controllers
    sh Help Send discrete Note Offs (Panic)
    Send Maximum Volume
    Send Used Instruments MIDI Settings
    Send All Current Fader Values except Sysex
     Send All Current Fader Values
    •Revert to Current Screenset
    Copy Screenset
    Paste Screenset
    Lock/Unlock Current Screenset
    •Next Screenset
    •Previous Screenset
    - 83 Recall Screenset 1
    - 84 Recall Screenset 2
    - 85 Recall Screenset 3
    - 86 Recall Screenset 4
    - 87 Recall Screenset 5
    - 88 Recall Screenset 6
    - 89 Recall Screenset 7
    - 91 Recall Screenset 8
    - 92 Recall Screenset 9
    sh op co C Copy MIDI Events...
    sh ct X Extended Region Parameters...
    Import Settings...
    Open Synchronization Song Settings...
    sh N Open Metronome Song Settings...
    Recording options...
    Open Tuning Song Settings...
    sh ct -106 Open Audio Song Settings...
    ct -106 MIDI options...
    sh ct C Chase Events...
    Open Score Song Settings...
    Open Video Song Settings...
    Preferences...
    Open Global Preferences...
    -106 Open Audio Preferences...
    Open MIDI Preferences...
    Open Display Preferences...
    sh ct co S Score Preferences
    Open Video Preferences...
    sh F14 Open Automation Preferences...
    Open Control Surfaces Preferences...
    Open Surround Preferences...
    Initialize All Except Key Commands...
    Start Logic Setup Assistant...
    Start Logic AU Manager...
    Import File...
    sh F1 Open Event Editor...
    co 1 Open Arrange Window...
    Open Track Mixer...
    F3 Open Score Editor...
    co 4 Transform
    Open Hyper Editor...
    Open Matrix Editor...
    co 7 Open Transport...
    F8 Open Environment...
    co K Open Step Input Keyboard
    \ Open Audio Window...
    Loop Browser...
    sh co - 14 Open Sample Editor...
    EXS24 Instrument Editor
    Open Project Manager...
    Open Signature Changes List...
    ct F1 Toggle Event Float
    F1 Toggle Event Editor
    Toggle Arrange Window
    co M Toggle Track Mixer
    sh F3 Toggle Score Editor
    Toggle Transform
    Toggle Hyper Editor
    F2 Toggle Matrix Editor
    F4 Toggle Transport
    Toggle Environment
    Toggle Audio Window
    Toggle Sample Editor
    Toggle Signature Changes List
    Start external Sample Editor
    sh / Open System Performance...
    TDM DSP Usage
    T Open Tempo List...
    Open Tempo Operations...
    Open Tempo Interpreter...
    K Open Key Commands...
    ct C Open Object Colors...
    Open Movie...
    sh co F Open Movie as Float...
    Open Movie Again
    sh ct op A Open Movie Again as Float
    Find Scene Cuts
    Remove Scene Markers
    / Open Audio Record Window...
    •Toggle (Mute) Audio Inputs
    •Toggle (Mute) Audio Tracks
    •Toggle (Mute) Audio Aux
    •Toggle (Mute) Audio Bus
    •Toggle (Mute) Audio Outputs
    Toggle Current Track Automation Off/Read
    Set Current Track to Automation Read
    Toggle Current Track Automation Touch/Read
    Toggle Current Track Automation Latch/Read
    Toggle Current Track Automation Write/Read
    Toggle Current Track Automation MIDI/Read
    Set All Tracks to Automation Off
    ct op co R Set All Tracks to Automation Read
    Set All Tracks to Automation Touch
    Set All Tracks to Automation Latch
    Set All Tracks to Automation Write
    Set All Tracks to Automation MIDI
    co E Automation Event Edit...
    sh F15 Track Automation Settings...
    Toggle Automation controlling Volume
    Toggle Automation controlling Pan
    Toggle Automation controlling Mute
    Toggle Automation controlling Send Levels
    Toggle Automation controlling Plug-in parameters
    Toggle Automation controlling Solo
    Toggle Automation Quick Access
    Toggle Group Clutch
    Open Group Settings...
    Write To End
    Write To Right Locator
    Delete currently visible Automation Data of Current Track
    Delete All Automation Data of Current Track
    Delete Orphan Automation Data of Current Track
    Delete All Automation Data of All Tracks
    sh ct R Move Current Region Data To Track Automation
    Move Current Track Automation Data To Region
    Move All Region Control Data To Track Automation
    op co M Move All Track Automation Data To Region
    Refresh Freeze Files
    •Refresh Audio Configuration
    - 75 Audio Hardware Setup
    ct \ Audio Configuration
    co \ Set Audio Record Path...
    Toggle Punch On The Fly
    Toggle Auto Input Monitoring
    sh ct / Toggle Pre-Fader Metering
    sh Space Clear Overload Flag in Audio Channel Display
    Toggle Velocity Engine support
    co W Close Window
    co Esc Close Floating Window
    Esc Close Window or Song
    Close Song without Save
    sh F Select Next Window
    sh R Redraw current window
    co N New...
    Initialize Song
    co O Open...
    Project Settings...
    Clean up Project...
    Consolidate Project...
    Rename Project...
    sh co W Close
    co S Save
    ct -  1 Save Song as...
    Save a Copy As...
    Save as Template...
    Save as Project...
    Revert to Saved...
    Page Setup...
    co P Print
    Import...
    Export Selection as MIDI File...
    Export Region as Audio File...
    Export Track as Audio File...
    Export All Tracks as Audio File...
    Export Song as OMF File...
    Export Song as OpenTL File...
    Export Song as AAF File...
    Song to FinalCut Pro/XML...
    Bounce...
    co Q Quit
    co Z Undo
    sh co Z Redo
    Undo History...
    Delete Undo History
    co X Cut
    co C Copy
    co V Paste
    -117 Clear
    co A Select All
    co F4 Zoom Window
    Tile Windows
    Tile Windows horizontally
    Stack Windows
    Import Audio File...
    Next Plug-In Setting
    Previous Plug-In Setting
    Next EXS Instrument
    Previous EXS Instrument
    Next Plug-In Setting or EXS Instrument
    Previous Plug-In Setting or EXS Instrument
    Next Channel Strip Setting
    Previous Channel Strip Setting
    Copy Channel Strip Setting
    Paste Channel Strip Setting
    Save Channel Strip Setting as...
    Next Channel Strip or Plug-in Setting or EXS Instrument
    Previous Channel Strip or Plug-in Setting or EXS Instrument
    Plug-in Delay Compensation: All
    -------- Various Windows --------
    •Show Tools
     •Set Next Tool
     •Set Previous Tool
    W •Set Arrow Tool
    R •Set Scissors Tool
    •Set Glue Tool
    •Set Eraser Tool
    •Set MIDI Thru Tool
    E •Set Text Tool
    •Set Solo Tool
    •Set Pencil Tool
    •Set Crosshair Tool
    •Set Mute Tool
    •Set Finger Tool
    •Set Layout Tool
    •Set Magnifying Glass Tool
    •Set Size Tool
    •Set Voice Separation Tool
    •Set Camera Tool
    •Set Velocity Tool
    •Set Quantize Tool
    •Set Audio Crossfade Tool
    •Set Automation Tool
    •Set Marquee Tool
    sh G Toggle Global Tracks
    Toggle Signature Track
    Toggle Tempo Track
    Toggle Chord Track
    Toggle Beat Mapping Track
    Toggle Marker Track
    Toggle Video Track
    Toggle Transposition Track
    Hide All Global Tracks
    Show All Global Tracks
    ct Left Zoom Horizontal Out
    ct Right Zoom Horizontal In
    ct Down Zoom Vertical Out
    ct Up Zoom Vertical In
    co F1 •Recall Zoom 1
    co F2 •Recall Zoom 2
    co F3 •Recall Zoom 3
    sh co F1 •Save as Zoom 1
    sh co F2 •Save as Zoom 2
    sh co F3 •Save as Zoom 3
    Zoom to fit Selection vertically & horizontally, store Navigation Snapshot
    Zoom to fit Selection horizontally, store Navigation Snapshot
    Zoom to fit Locators, store Navigation Snapshot
    Store Navigation Snapshot
    Navigation: Back
    Navigation: Forward
    PageUp Page Up
    PageDown Page Down
    Page Left
    Page Right
    1/3 Page Left
    1/3 Page Right
    1/8 Page Left
    1/8 Page Right
    Home Page Top
    End Page Bottom
    Page Left-most
    Page Right-most
    Scroll In Play
    sh F4 Hide/Show Transport
    Hide/Show Parameters
    Hide/Show Toolbox
    sh op co G Grid
    Plain Background
    A Catch Clock Position
    Link Window (Same Level)
    D MIDI Out Toggle
    MIDI In Toggle
    M Mute Folders/Regions
    F12 Hyper Draw: Disable
    F13 Hyper Draw: Volume
    Hyper Draw: Pan
    Hyper Draw: Modulation
    Hyper Draw: Pitch Bend
    Hyper Draw: Note Velocity
    Hyper Draw: Other...
    H Hyper Draw: Autodefine
    -------- Arrange and Various Editors --------
    co a •Go Into Folder or Region
    a •Go Out of Folder or Region
    Deselect All
    sh ct T Toggle Selection
    ct op co F Select All Following
    Select All Following of Track
    Select inside Locators
    Deselect outside Locators
    Deselect Global Tracks
    sh U Select empty Objects
    sh O Select overlapped Objects
    op = Select Equal Objects
    ct op S Select Similar Objects
    = Select Equal Channels
    sh = Select Equal Subpositions
    ct op co M Select Muted Regions/Events
    sh co 1 •Select First
    sh co 2 •Select Last
    Left •Select Previous Event
    Right •Select Next Event
    sh Left •Toggle Previous Region/Event
    sh Right •Toggle Next Region/Event
    -  5 Scroll To Selection
    Q Quantize Again
    •Quantize: next value
    •Quantize: previous Value
    sh Q De-Quantize
    sh co F Note Overlap Correction
    sh co C Note Force Legato
    Select Top Line
    ct op co Down Select Bottom Line
    sh C Lines To Channels
    co L Sustain Pedal to Note Length
    co F Note Overlap Correction (selected/selected)
    ct co C Note Force Legato (selected/selected)
    co R Note Overlap Correction for Repeated Notes
    •Delete Similar Objects
    •Delete but Keep Similar Objects
    •Delete and Select Next Region/Event
    ct V Paste at original Position
    Paste Replace
    Erase Unselected within Selection
    sh co R Repeat Objects...
    J Merge Objects
    Split Regions/Events by Locators
    sh F5 Split Regions/Events by rounded Song Position
    F5 Split Regions/Events by Song Position
    ct op co P •Pickup Clock (Move Event to SPL Position)
    sh ct P •Pickup Clock & Select Next Event
    •Set Region/Event Start to SPL Position
    sh \ •Set Region/Event End to SPL Position
    ct op + •Nudge Event Position by SMPTE frame +1
    ct op - •Nudge Event Position by SMPTE frame -1
    sh ct + •Nudge Event Position by SMPTE Bits +1
    sh ct - •Nudge Event Position by SMPTE Bits -1
    ct + •Nudge Event Position by SMPTE frame + 0.5
    ct - •Nudge Event Position by SMPTE frame - 0.5
    •Nudge Event Position by SMPTE frame + 5
    •Nudge Event Position by SMPTE frame - 5
    •Nudge Event Position by Tick +1
    •Nudge Event Position by Tick -1
    ct op Right •Nudge Event Position by Format +1
    •Nudge Event Position by Format -1
    •Nudge Event Position by Beat +1
    •Nudge Event Position by Beat -1
    •Nudge Event Position by Bar +1
    •Nudge Event Position by Bar -1
    •Nudge Event Position by + Nudge Value
    •Nudge Event Position by - Nudge Value
    •Set Nudge Value to Tick
    •Set Nudge Value to Format
    •Set Nudge Value to Beat
    •Set Nudge Value to Bar
    •Set Nudge Value to SMPTE Frame
    •Set Nudge Value to 0.5 SMPTE Frame
    •Nudge Event Length by Tick +1
    •Nudge Event Length by Tick -1
    sh ct Right •Nudge Event Length by Format +1
    sh ct Left •Nudge Event Length by Format -1
    •Nudge Event Length by Beat +1
    •Nudge Event Length by Beat -1
    •Nudge Event Length by Bar +1
    •Nudge Event Length by Bar -1
    •Nudge Event Length by SMPTE frame +1
    •Nudge Event Length by SMPTE frame -1
    op Up •Event Transpose +1
    op Down •Event Transpose -1
    + •Event Channel +1
    - •Event Channel -1
    P Positions/Time Ruler in SMPTE Units
    co U Unlock SMPTE Position
    ct op co - 37 Lock SMPTE Position
    Snap Mode: Smart
    Snap Mode: Bar
    Snap Mode: Beat
    Snap Mode: Format
    Snap Mode: Ticks
    Snap Mode: Frames
    Snap Mode: QF
    sh co D Snap Mode: Samples
    Drag Mode: Overlap
    Drag Mode: No Overlap
    Drag Mode: X-Fade
    Drag Mode: Shuffle L
    Drag Mode: Shuffle R
    -------- Windows showing audio files --------
    ct op co W Show file(s) in Finder
    -------- Arrange Window --------
    Up •Select previous Track
    Down •Select next Track
    Left •Select previous Region
    Right •Select next Region
    ct op co D •Deselect All Regions Except Recording Track
    •Set Track & MIDI Thru Parameters by Region/Folder
    ct op co C Select Equal Colored Regions
    Pack Folder
    Unpack Folder
    Unpack Folder (Use Existing Tracks)
    Append Track to Track List
    sh - 17 Create Track
    sh ct Return Create Track with next Instrument
    Create Multiple Tracks...
    Delete Track
    co D Delete unused Tracks
    sh op co D Delete Redundant Audio Tracks
    sh co T Tracks for Overlapped Regions
    Tracks for Selected Regions
    H Toggle Hide View
    Hide Current Track and Select Next Track
    Unhide All Tracks
    Toggle Track Mute
    Toggle Track Mute of all Tracks of Folder
    Toggle Track Mute of all Tracks With Same Instrument of Song
    Record Enable Track
    Toggle Track Solo
    ct op Down Individual Track Zoom In
    ct op Up Individual Track Zoom Out
    Toggle Individual Track Zoom
    Auto Track Zoom
    ct op co -  6 Individual Track Zoom Reset
    ct op co T Individual Track Zoom Reset for All Tracks
    Make Alias
    Make Alias but Copy Folder
    Turn Alias to Real Copy
    Reassign Alias
    Find Original of Alias
     Select All Aliases of Region
    Select All Orphan Aliases
    Delete All Orphan Aliases
    Audio Crossfade Options for Merge...
    Merge Regions per Tracks
    < Snip: Cut Time and Move by Locators
    Insert Time and Move by Locators
    Splice: Insert snipped part at Song Position
    Demix by Event Channel
    Demix by Note Pitch
    ct op co F15 Empty Trash
    ct op co F14 Open Trash
    Create New Instrument
    ct T Create Trackname
    Delete Trackname
    Move Selected Regions to track
    Adjust Tempo using Region Length and Locators
    ct op co O Set Region(s) to Recording Position
     Convert Regions to New Regions
     Convert Regions to New Audio Files
    sh ct co - 37 Adjust Region Length to Locators
    Adjust Region Length to Nearest Bar
    Strip Silence...
    ct op co A Open in Apple Loops Utility...
    Copy ReCycle Loop
    Paste ReCycle Loop
    Search Zero Crossings
    ct op co N Normalize
    Normalize without Channel
    Normalize without Channel & Delay
    ct op co Q Apply Quantization Settings Destructively
    L Toggle Loop
    sh L Turn Loops to Real Copies
    Turn Loops to Aliases
    Erase Duplicated Events
    ct op co X Set Optimal Region Sizes rounded by bar
    Set Optimal Region Sizes rounded by denominator
    Snap Region Start to Bar
    Remove Overlaps
    sh Tab Tie Regions by Length Change
    op Tab Tie Regions by Position Change
    Replace Overlapped Regions
    Tie Regions within Locators
    Insert Instrument MIDI settings as Events
    Erase inside Locators
    Erase outside Locators
    ct E Erase outside Region Borders
    Crop Regions outside Marquee Selection
    Remove Groove Template from list
    Make Groove Template
    Import DNA Groove Templates...
    Show Channel Strip Only
    sh A View Track Automation
    ct D Delay in ms
    Region Content
    sh op C Instrument Colors To Regions
    sh op N Tracknames To Regions
    Waveform vertical zoom x 1 (Normal)
    Waveform vertical zoom x 2
    Waveform vertical zoom x 4
    Waveform vertical zoom x 8
    ct op co -125 Waveform vertical zoom out
    ct op co Up Waveform vertical zoom in
    -------- Track &Mixer --------
    Toggle MIDI Instruments
    Toggle Audio Inputs
    Toggle Audio Tracks
    Toggle Audio Instruments
    Toggle Audio Aux
    Toggle Audio Busses
    Toggle Audio Outputs
    -------- Environment Window --------
    New Standard Instrument
    New Multi Instrument
    New Mapped Instrument
    New Fader/Knobs/...
    New Keyboard
    New Monitor
    New Arpeggiator
    New Transformer
    New Delay Line
    New Voice Limiter
    New Channel Splitter
    New Chord Memorizer
    New MIDI Out Port
    New Audio Object
    Clear Cables only
    Clean up Positions
    Reset Sizes
    ct A Align Objects
    sh ct op Left Object move left
    sh ct op Right Object move right
    sh ct op Up Object move up
    sh ct op Down Object move down
    Object Width -1 Pixel
    Object Width +1 Pixel
    Object Height -1 Pixel
    Object Height +1 Pixel
    Hide/Show Cables
    Protect Cabling/Positions
    •Toggle Channel Display Default of Multi Instrument
    sh ct T Toggle Selection
    ct F Select Used Instruments
    op G Select Unused Instruments
    Select Cable Destination
    ct op co / Select Cable Origin
    Goto Layer of Object
    Goto previous Layer
    Send Selected Fader Values
    Send All Fader Values except Sysex
    Delete Layer
    Insert Layer
    Cable serially
    Apply Buffer Template to Position and Size
    Apply Buffer Template to Position
    Apply Buffer Template to Size
    Apply Buffer Template to Definition
    Apply Buffer Template to Definition, channel increment
    Apply Buffer Template to Definition, number increment
    Apply Buffer Template to Cable(s)
    -------- Score Window --------
    Page Edit
    Explode Folders
    ct P Explode Polyphony
    Hide/Show Instrument Names
    ct op co H Hide/Show Page Rulers
    Color View: individual
    sh ct F14 Color View: Show Pitch
    Color View: Show Velocity
    Color View: Show Polyphony
    Color View: Force Black & White
    sh G Go to Page #...
    ct op co V Paste Multiple
    •Paste Multiple at original Position
    Right •Next Event
    Left •Previous Event
    Down •Next Staff
    Up •Previous Staff
    sh ct D Default Syncopation
    sh ct F Force Syncopation
    sh ct G Defeat Syncopation
    ct G Default Interpretation
    ct F Force Interpretation
    ct D Defeat Interpretation
    Stems: default
    - 23 Stems: up
    - 19 Stems: down
    Stems: hide
    Stem End: Default Length
    sh ct op Up Stem End: Move Up
    sh ct op Down Stem End: Move Down
    Voice/Staff Assignment: default
    Voice/Staff Assignment: staff above voice
    Voice/Staff Assignment: staff below voice
    Ties: default
    ct PageUp Ties: up
    ct PageDown Ties: down
    B Beam Selected Notes
    U Unbeam Selected Notes
    Default Beams
    Not Independent
    co I Independent
    co G Independent Grace
    Default Accidentals
    sh ct 3 Enharmonic Shift: #
    sh ct B Enharmonic Shift: b
    ct [ Flats To Sharps
    ct ] Sharps To Flats
    Force Accidental
    Hide Accidental
    sh co G Guide Accidental
    co N Reset Note Attributes
    Reset Line Layout
    op V •Align Object Positions Vertically
    op H •Align Object Positions Horizontally
    •Align Object Positions
    Split To Channels
    ct op co Up •Nudge Position Up
    •Nudge Position Down
    ct op co Left •Nudge Position Left
    ct op co Right •Nudge Position Right
    ct op co PageUp Open Score Style Window
    ct op co PageDown Open Instrument Set Window
    ct op co G Settings: Global Format
    ct N Settings: Numbers Names
    Settings: Guitar Tablature
    Settings: Clefs & Signatures
    Settings: Clefs & Signatures
    Settings: Clefs & Signatures
    Settings: Score Colors
    Selection To New Instrument Set
    •Partbox: 1/1 Note
    •Partbox: 1/2 Note
    •Partbox: 1/4 Note
    •Partbox: 1/8 Note
    •Partbox: 1/16 Note
    •Partbox: 1/32 Note
    •Next Partbox Symbol
    •Previous Partbox Symbol
    •Next Partbox Group
    •Previous Partbox Group
    •Attach Symbol: Fermata Up
    •Attach Symbol: Fermata Down
    - 47 •Attach Symbol: Staccato
    •Attach Symbol: Staccatissimo
    - 28 •Attach Symbol: Accent
    •Attach Symbol: Strong Accent
    •Attach Symbol: Long Accent
    •Attach Symbol: Tenuto
    sh ct U •Attach Symbol: Up-Bow
    •Attach Symbol: Down-Bow
    •Attach Symbol: Flageolet
    sh ct P •Attach Symbol: Pizzicato
    •Attach Symbol: Left Hand
    •Attach Symbol: Right Hand
    •Attach Symbol: Soft
    •Attach Symbol: Heavy
    •Attach Symbol: Jazz 1
    •Attach Symbol: Jazz 2
    •Attach Symbol: Jazz 3
    •Attach Symbol: Jazz 4
    •Attach Symbol: Jazz 5
    •Attach Symbol: Jazz 6
    sh ct W Insert: Slur Up
    sh ct S Insert: Slur Down
    co , Insert: Crescendo
    co . Insert: Decrescendo
    -------- Event Window --------
    Left Scroll to Previous Event
    Right Scroll to Next Event
    Length as Absolute Position
    Local Position
    •Numerical Edit of Event Position
    •Duplicate Event and Numerical Edit
    ct op co E •Copy value to all following events
    -------- Hyper Edit --------
    Create Hyper Set
    Create GM Drum Set
    Create Hyper Set For Current Events
    Clear Hyper Set
    Create Event Definition
    Delete Event Definition
    Multi Create Event Definition...
     Convert Event Definition...
    Copy Event Definition
    Paste Event Definition
    Select All Event Definitions
    Protect Values toggle
    Auto define toggle
    -------- Audio Window --------
    Up Select Previous Audio File
    Down Select Next Audio File
    Show Audio File Details
    Hide Audio File Details
    Play/Stop Region
    ct O Add Audio File...
    Add Region
    Delete File(s)
    Optimize File(s)...
    Backup File(s)
    Copy/Convert File(s)
    Move File(s)
    ct F Select Used
    ct D Select Unused
    ct G Show All Regions
    ct H Hide All Regions
    sh W Strip Silence...
    Import SDII Regions
    Export SDII Regions
    Create Group...
    Delete selected Groups
    -------- Sample Edit Window --------
    Play/Stop Selection
    sh ct Space •Play/Stop All
    ct Space •Play/Stop Region
    •Play/Stop Region to Anchor
    sh ct A •Play/Stop Region from Anchor
    Create Backup
    Revert to Backup
    Save A Copy As...
    Save Selection As...
    Region -> Selection
    Selection -> Region
    Left •Goto Selection Start
    Right •Goto Selection End
    •Goto Region Start
    sh E •Goto Region End
    sh A •Goto Region Anchor
    ct R Create New Region
    ct N Normalize
    Change Gain...
    Fade In
    Fade Out
    ct Backspace Silence
    Invert
    ct < Reverse
    F7 Trim
    Remove DC Offset
    Time and Pitch Machine...
    ct G Groove Machine...
    ct E Audio Energizer...
    Sample Rate Convert...
    Silencer...
    Audio to MIDI Groove Template...
    Audio to Score...
    Quantize Engine...
    Search Peak
    Search Silence
    -------- EXS24 Instrument Editor --------
    Z Select zones pointing to selected group(s)
    Toggle Selection
    Left Previous Zone/Group
    Right Next Zone/Group
    Open file selector for selected zone
    New Zone
    New Group
    View: All / Toggle Mode
    View: Next Zone Parameter
    View: Next Group Parameter
    Move Audio files
    Copy Audio files
    •Backup audio files of all USED and ACTIVE instruments of current song...
    •Shift selected zone(s) left
    •Shift selected zone(s) right
    •Shift selected zone(s) left (inc. root key)
    •Shift selected zone(s) right (inc. root key)
    -------- Keyboard Input --------
    Note 'C'
    Note 'C#'
    Note 'D'
    Note 'D#'
    Note 'E'
    Note 'F'
    Note 'F#'
    Note 'G'
    Note 'G#'
    Note 'A'
    Note 'A#'
    Note 'B'
    Rest
    Next note will be sharp
    Next note will be flat
    Chord Mode
    Erase
    - 43 Step backwards
    - 47 Step forward
    Octave 0
    Octave 1
    Octave 2
    Octave 3
    Octave 4
    Octave 5
    Octave 6
    Octave - 2
    Octave - 1
    Octave + 1
    Octave + 2
    1/1 note
    1/2 note
    1/4 note
    1/8 note
    1/16 note
    1/32 note
    1/64 note
    1/128 note
    Next three notes are triplets
    Next two notes are a dotted group
    Velocity 16 (ppp)
    Velocity 32 (pp)
    Velocity 48 (p)
    Velocity 64 (mp)
    Velocity 80 (mf)
    Velocity 96 (f)
    Velocity 112 (ff)
    Velocity 127 (fff)
    Sustain inserted note(s)
    Quantize note starts on/off
    -------- Project Manager --------
    Up
    Down
    Left
    Right
    Scan
    Expanded Scan
    Scan folder...
    Abort scan process
    Check for modified or deleted files
    Clear scanned data
    Save Project Manager data
    Install files from...
    Toggle find mode
    Toggle Scan Paths mode
    Set selected folder as display root
    Move display root one level up
    Move display root to top
    Consolidate files of selected Songs...
    Add selected files to Audio Window
    Find used files for selected items
    op co U Find unresolved file references for selected items
    Move used files for selected EXS-Instruments...
    Copy selected EXS-Instruments and used samples...
    Convert selected REX files to Apple Loops...
    Set comment 1 for selected...
    Set comment 2 for selected...
    Show details for selected
    Hide details for selected
    Move selected items...
    Copy selected items...
    Start/stop preview
    Back
    Update file list in find mode
    Add selected files to Arrange
    -------- Global Control Surfaces Commands --------
    Open Setup
    Open Setup as Float
    Open Controller Assignments
    Open Install
    sh ct op M Open MIDI Monitor
    Open MIDI Monitor as Float
    Scan all models
    Rebuild Defaults
    Learn new Controller Assignment
    -------- Setup Window --------
    as Icons
    as List
    -------- Install Window --------
    Scan for selected models
    Scan all models
    Add selected models
    (the "old") Quad, 6G RAM   Mac OS X (10.4.5)   LP 7.1.1, MOTU PCI/2408/1224

  • Setting global action map and input map.

    I was needing a way to set up the global inputmaps and actionmap. Currently I am grabbing the rootpane of the JFrame and manipulating the input maps there but I was hoping to be able to change the the input maps for whole classes of components such as adding a default to the UI some how so that all buttons respond to an 'Enter' key.
    So far all the solutions invloved modifying individual components, nothing really looked like a way to modify the all JButtons or all JDialogs to add inputmaps/actionmaps.

    Try this fun example.
    Foucs the button. Press some random keys. Press the space key.
    import javax.swing.*;
    * @author Ian Schneider
    public class UIInputDefaults {
        public static void main(String[] args) throws Exception {
            UIManager.getDefaults().put("Button.actionMap",new ActionMap() {
                public Action get(Object key) {
                    Action retValue;
                    System.out.println("action "+ key);
                    retValue = super.get(key);
                    return retValue;
            final InputMap original = (InputMap) UIManager.getDefaults().get("Button.focusInputMap");
            InputMap ours = new InputMap() {
                public Object get(KeyStroke keyStroke) {
                    System.out.println("key " + keyStroke);
                    return super.get(keyStroke);
            KeyStroke[] keys = original.keys();
            for (int i = 0; i < keys.length; i++) {
                ours.put(keys,original.get(keys[i]));
    UIManager.getDefaults().put("Button.focusInputMap", ours);
    JButton b = new JButton("Foo");
    javax.swing.JFrame f = new javax.swing.JFrame();
    f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
    f.getContentPane().add(b);
    f.pack();
    f.setVisible(true);

  • Key commands

    I set up a simple key command to 'toggle input monitoring'.  I chose letter U   and replaced the previous  use of letter U.
    It doesn't work.   It has no effect - does nothing!     Pourquoi?

    Hi,
    there are several "layers" of priority when using key commands. For example, there's a global layer that has priority over all others. If you open up sample editor for example, Logic uses this inferior layer of key commands. But if there's a key command on the global layer that overrides this, it won't work. Make sure you have set the input monitoring command on the correct layer.
    Fox

  • Preview loops in their native key & tempo - Can it be done?

    Sometimes I just want to browse my loops to hear what I've got -- not for a particular song. In this case, listening to a loop transposed and sped-up/ slowed-down just gets in the way. And changing the key and tempo of the open project all the time is just a huge hassle.
    I have tried various modifier keys (control, option, command, shift) while clicking the loop to preview it, but it still plays in the key and tempo of the project. Ack!
    Is there a way to listen to a loop in its original key & tempo?
    Dual 1.8 G5   Mac OS X (10.4.4)   Garageband 3.0
    Dual 1.8 G5   Mac OS X (10.4.4)  

    I use the Finder to preview files in their native key and tempo. You could spend a few bucks for AudioFinder to preview your loops. If I had a few extra dollars I would buy that application just to preview and manipulate loops outside of Garageband.
    I have gotten used to previewing with the finder, it alows me to quickly trash a loop I know I'm never gonna use.

  • How to override traversal keys CTL-TAB and CTL-SHIFT-TAB in JSplitpane?

    Recently added a JSplitpane to a frame with a number of other panels. One of those panels has two actions triggered by CTL-TAB and CTL-SHIFT-TAB. Since adding the JSplitpane those actions no longer trigger, apparently because JSplitPane is ManagingFocusForwardTraversalKeys and ManagingFocustBackwardTraversalKeys.
    I found if I disable the splitpane that the original actions are triggered, but that disables the divider.
    What would be the recommended way to change the behavior of a JSplitpane to ignore CTL-TAB and CTL-SHIFT-TAB?
    This is a list of things I have tried:
    bodySplitPane.getInputMap().remove(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK));
    bodySplitPane.getInputMap().remove(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK | InputEvent.SHIFT_MASK));
    bodySplitPane.getActionMap().remove("focusOutForward");
    bodySplitPane.getActionMap().remove("focusOutBackward");
    bodySplitPane.setFocusTraversalKeysEnabled(false); // doesn't work
    bodySplitPane.setFocusTraversalKeys(0,new HashSet<KeyStroke>());
    bodySplitPane.setFocusTraversalKeys(1,new HashSet<KeyStroke>());
    bodySplitPane.enableInputMethods(false);
    //bodySplitPane.setEnabled(false); // false allows ctl-tab to pass through but freezes the divider so it can't be moved via mouseThanks in advance.
    Jeff
    Edited by: 837741 on Dec 6, 2012 1:11 PM
    Edited by: 837741 on Dec 6, 2012 1:13 PM

    Found this in the tutorial (http://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html) which solved the problem for me:
    bodySplitPane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK),"none");
    bodySplitPane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK | InputEvent.SHIFT_MASK),"none");Turns out my left splitpane has no focusable components, but might be that if it did I would have needed to set the action in the other two input maps as well like this:
    bodySplitPane.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK),"none");
    bodySplitPane.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK | InputEvent.SHIFT_MASK),"none");
    bodySplitPane.getInputMap(JComponent.WHEN_FOCUSED).put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK),"none");
    bodySplitPane.getInputMap(JComponent.WHEN_FOCUSED).put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, InputEvent.CTRL_MASK | InputEvent.SHIFT_MASK),"none"); Contrary to what the tutorial says, "none" seems to work as the action for any of the input maps, and "nil" or any string seems to work. I found no need to define an action class as the tutorial states and the tutorial does not show any use of the action inner class.
    Also found this helpful http://www.ibm.com/developerworks/java/jdk/additional/IBM50KeyBindings.html
    Edited by: 837741 on Dec 7, 2012 7:25 AM

  • Are the default key commands completely different in L9 compared to L8?

    Hi Guys,
    I have had to reset my key commands to the defaults, and seem to have lost all my old key commands.
    My commands with Logic 8 were the absolute default ones (I didn't change any of them!!) - here are some of the ones I used a lot:
    Pressing 0 on the numeric keyboard was always stop. "/" on the numeric keyboard was always cycle on/cycle off.
    Pressing control and using the up/down/left/ right arrows (the ones in between the QWERTY keyboard and the number pad) always zoomed in and out, vertically and horizontally respectively...
    Pressing the "C" key was always click on/click off. Now it's cycle on/off.
    My question is... can someone confirm that the Logic 9 default key commands are completely different, and that these shortcuts above have all gone?
    I know I can set them up again, I guess I'm just puzzled that so many of the main commands would completely change their defaults for L9!
    Cheers and thanks,
    Mike

    Some of the more in-depth key commands have changed slightly , but the standard ones are still the same.
    Most of these you've described are ( or should be still ) exactly the same.
    Make sure that you are still using the standard keyboard layout and language in *'Apple/system preferences/international/input menu'*
    Mine swiched to German a few months ago and I had no idea what was going on.

  • Desktop vs laptop key commands.

    I just recently picked up a 15" i5 MBP which is the first laptop I've ever used for audio.
    Key commands for a full key board with numeric pad are so ingrained in my mind that I'm hesitant to "learn" variations for the laptop. Believe me, I'm not complaining about having to excute for few extra mouse pad clicks.
    How are other folks juggling desktop vs laptop key strokes?
    I suppose I could get a full size wireless keyboard (as the MBP USB ports are already spoken for).
    Input appreciated.
    Cheers.

    I played around with the key board preferences (US with numeric pad vs just plain US)
    I once created a list of the differences between those two presets. Here it is. I realize it's tough to read on this web page, but that's because this forum won't let me use html table tags. But if you paste the text into a spreadsheet or word processor, it will instantly format as a table (because tabs are embedded) and be easily readable.
    The first column is the US with numeric keypad, and the second column is the plain US. Any commands not on this list are the same in both presets.
    Anyone confused by any of those symbols can find an illustrated guide here or here.
    * R Record
    ⇧* ⇧R •Record Toggle
    ⌃* ⌃⌥⌘R •Capture as Recording
    ⌅ ⇧↩ Play
    . ⌥↩ Pause
    0 ↩ Stop
    ⌃⌅ ⌃⇧↩ •Play from Left Window Edge
    ⌃0 ⌅ Stop and Go to Last Locate Position
    ⌃= = Set Locators by Regions/Events/Marquee
    = ⇧= Set Rounded Locators by Regions/Events
    ⇧↩ ⌃↖ •Go to Selection Start
    ⌃↘ •Go to Selection End
    ↩ ⌃⌅ •Go to Beginning
    / C Cycle Mode
    ⌃⌥⌘R Record off for all
    C K MIDI/Monitor Metronome Click
    ⌥* Open Recording Project Settings...
    R ⌥L Toggle Library
    K ⌥M Toggle Marker List
    ⌃; ⌘; Add to Arrange...
    ⇧R ⌃⌥R Event Position and Length in SMPTE Units
    ⌥⇧R ⌃⌥⇧R Secondary Ruler
    ⌃⌥⌘⌦ ⌃⌥⌘⌫ Individual Track Zoom Reset
    ⌃⌥⌦ ⌃⌥⌫ Individual Track Zoom Reset for All Tracks
    ⌘= ⌥- Trim Regions to Fill within Locators
    ⌃⌥+ ⌃⌥= Waveform Vertical Zoom In
    ⌃↖ ⌃↑ Stems: up
    ⌃↘ ⌃↓ Stems: down
    ⌃⌦ ⌃⌫ Stems: hide
    (that blank line after "Record" means nothing, there's nothing missing; it's just something strange the forum is doing)
    Message was edited by: 45rpm

  • Is there a key command for "none" when making a list but I'm finished

    When I am making a numbered list, Pages automatically adds numbers to the next line when I hit "return."
    for example
    1) sdjfskdfdsjdk
    2) ahfghfdghfdhnvbcnbncbv
    3) tereteewtrterwtret
    4)
    In this case, there are only three elements, but Pages goes ahead and thinks I'm going to keep going with the list.
    Is there a key command I can map that will "de-number" the fourth line so I can keep typing without having to go up to the task bar and select "none"?

    Pages User Guide which is also for you claims :
    As pressing return twice doesn't behave well here, I decided to use the second sceme return + delete which works well every time.
    Yvan KOENIG (VALLAURIS, France) jeudi 6 octobre 2011 11:42:45
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Tab-switching key commands randomly changed!

    I recently started a fresh OS install on this 2-year-old MacBook, and for the entire time so far I've been able to switch between Tabs by using Shift-Cmd-[ and Shift-Cmd-]. All of a sudden, about half an hour ago, it stopped responding to those key commands and now only responds to Ctl-Tab and Shift-Ctl-Tab. Any idea why it did this, or more importantly, any idea of how to make the old key commands work again?

    Not a problem in the Adobe software. Something is wrong with your input devices or you have something on your system that instates global, system-wide shortcuts that may conflict with application specific ones. You need to figure out what it is.
    Mylenium

  • HT2477 Just bought a Mac book and the set up is with the Voice over key commands,how do you switch this off as it is painfull to use and use the scroll pad

    Just bought a Mac book and the set up is with the Voice over key commands,how do you switch this off as it is painfull to use and use the scroll pad?

    It's the button (key) that is labelled Control.
    Each of the modifier keys and similar keys has its own symbol; this makes listing command keys easier to do. The Command key is usually the only key which has its symbol printed on the key. If you open Keyboard Viewer (in the Input menu, the one which displays the flag in the main menu bar), you can see what symbol refers to which key.

  • Key commands for part box missing in Logic Pro X

    The manual mentions several key commands for selecting objects in the part box, that would make this a very efficient step time input program, but they don't exist in the key command list.
    Can anyone help? All I want to do is select note or pause values with one hand while inputting pitc from a midi controller keyboard.

    Thanks for this reply. You are correct I am actually running 10.9 and fully up to date on software updates for August 2014. My bad, thought I had taken the most recent option from the drop down menu.
    I have been able to fix the issue but going into Library/ApplicationSupport/Logic and removing the 'drummer' folder. I also went into the plugins folder and removed 'drum presets'. I put all removed files onto a new folder on my desktop.
    When I tried to open a drummer track Logic detected that the files were missing and prompted me to download the missing 'drummer files' once the download was complete, drummer operated correctly with all drummers available again.
    I went back into the file system again and moved some of the drum presets that I had initially moved out (I  had originally acquired these when I first installed Logic and did a lengthy additional content download) that had not re-downloaded back into 'drum presets'. All drumkits were now available too.
    If the issue occurs again I'll take a look at Spotlight file reindexing - would be worth a try and probably quicker. It would make sense that the underlying issue here is one around the drummer sampler code having issues around indexing the sample data.

Maybe you are looking for

  • Issues Syncing Google Calendar with Palm Pre 2 WebOs 2.0.1 - Timezones...

    I am using Google Calendar to synch my company Outlook to my Palm Pre 2. I note that there are some prior posts on Timezone challenges and have followed the advice provided to no benefit. All my events are synchronizing  - however any recurring event

  • Mail not working in lion.

    For all those people that may be having problems with mail, its a simple fix. When you click on mail with lion after the upgrade, your old mail icon may still be there. You must remove that old one from the dock, go to applications, and click on the

  • Why does my 2k15 keep crashing ?

    When I start the app up I get past all the previews and stuff, but once I get to like the second screen where you pick your player it says "loading please wait" and after about 15 seconds the app goes black then crashes. I really wish it would work,

  • Change initial report view in web report via commands

    Hi, we would like to reduce the number of webtemplates by changing the initial view of a standard webtemplate. One webtemplate will created but used for several user roles. In each user-role we want to add some CMD's. Eg. &cmd=exchange&iobjnm_1=Z9_FN

  • Having trouble with reading hex from an input file - please help

    Hi, I have a txt file with rows of hex, and I need to read each line and add it to an int array. So far I have: BufferedReader fileIn = new BufferedReader(new FileReader("memory.txt"));                 int count = 0 ;                 String temp = fi