← Back to team overview

sikuli-driver team mailing list archive

[Bug 1088719] Re: cannot type "@" in Us keyboard

 

** Changed in: sikuli
   Importance: Undecided => Low

** Changed in: sikuli
    Milestone: x1.0 => None

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1088719

Title:
  cannot type "@" in Us keyboard

Status in Sikuli:
  In Progress

Bug description:
  i want to type  jason_r@xxxxxxxxxxxxxx and i am using a us keyboard.

  1.i tried type(jason_r@xxxxxxxxxxxxxx) 
  2.I tried paste(jason_r@xxxxxxxxxxxxxx)
  3.Then i treid the following
  wait(2)
  type("jason_r")
  wait(3)
  paste("@")
  wait(2)
  type("ptprinters.com")

  Question:
  Either of this cases there is no consistency and sintead of  character "@" letter "2" gets typed.rarely @ gets types but when i close my browser and then reopen the same it is again typing "2".

  I am performing this on a flex/flash content player application which is browser based.
  Please help me this is a blocker for me.These are my configurations.This is a critical issue for the delivery 

  
  OS Type: Windows 7,64 bit Pro x64 SP1 Universal
  OS Processor: Intel Core –i7-2620M CPU @2.70GHZ
  Screen Resolution :1680 * 1050 (native)
  Browser Version:Firefox 13.0.1 
  Java version: jdk1.6.0_37 , jre6
  Sikuli Version: Sikuli-r930-win32
  Path : C:\Program Files (x86)\Sikuli X\libs;C:\Program Files (x86)\Java\jre6\bin;

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1088719/+subscriptions


References