Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package scalajs
    Definition Classes
    org
  • package dom
    Definition Classes
    scalajs
  • package ext
    Definition Classes
    dom
  • object KeyValue

    The KeyboardEvent.key attribute of an event must always contain one of these control key or character values (even if the value is 'Unidentified').

    The KeyboardEvent.key attribute of an event must always contain one of these control key or character values (even if the value is 'Unidentified').

    If the key represents one of the set of printable control characters which has a Unicode character entry, such as the tab key, the KeyboardEvent.key attribute must have the key value (e.g., 'Tab').

    Implementations that are unable to identify a key must use the key value 'Unidentified'.

    Taken from http://www.w3.org/TR/DOM-Level-3-Events/#keys-special

    Definition Classes
    ext
  • Application
  • Device
  • IME
  • MediaControl
  • Multimedia

object IME

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IME
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val AllCandidates: String("AllCandidates")

    The All Candidates key, to initate the multi-candidate mode.

  5. final val Alphanumeric: String("Alphanumeric")

    The Alphanumeric key.

  6. final val CodeInput: String("CodeInput")

    The Code Input key, to initiate the Code Input mode to allow characters to be entered by their code points.

  7. final val Compose: String("Compose")

    The Compose key, also known as Multi_key on the X Window System.

    The Compose key, also known as Multi_key on the X Window System. This key acts in a manner similar to a dead key, triggering a mode where subsequent key presses are combined to produce a different character.

  8. final val Convert: String("Convert")

    The Convert key, to convert the current input method sequence.

  9. final val Eisu: String("Eisu")

    The Eisu key.

    The Eisu key. This key may close the IME, but it's purpose is defined by the current IME.

  10. final val FinalMode: String("FinalMode")

    The Final Mode (Final) key used on some Asian keyboards, to enable the final mode for IMEs.

  11. final val GroupFirst: String("GroupFirst")

    Switch to the first character group.

    Switch to the first character group. (ISO/IEC 9995)

  12. final val GroupLast: String("GroupLast")

    Switch to the last character group.

    Switch to the last character group. (ISO/IEC 9995)

  13. final val GroupNext: String("GroupNext")

    Switch to the next character group.

    Switch to the next character group. (ISO/IEC 9995)

  14. final val GroupPrevious: String("GroupPrevious")

    Switch to the previous character group.

    Switch to the previous character group. (ISO/IEC 9995)

  15. final val HangulMode: String("HangulMode")

    The Hangul (Korean characters) Mode key, to toggle between Hangul and English modes.

  16. final val HanjaMode: String("HanjaMode")

    The Hanja (Korean characters) Mode key.

  17. final val Hankaku: String("Hankaku")

    The (Half-Width) Characters key.

  18. final val Hiragana: String("Hiragana")

    The Hiragana (Japanese Kana characters) key.

  19. final val HiraganaKatakana: String("HiraganaKatakana")

    The Hiragana/Katakana toggle key.

  20. final val JunjaMode: String("JunjaMode")

    The Junja (Korean characters) Mode key.

  21. final val KanaMode: String("KanaMode")

    The Kana Mode (Kana Lock) key.

  22. final val KanjiMode: String("KanjiMode")

    The Kanji (Japanese name for ideographic characters of Chinese origin) Mode key.

  23. final val Katakana: String("Katakana")

    The Katakana (Japanese Kana characters) key.

  24. final val ModeChange: String("ModeChange")

    The Mode Change key, to toggle between or cycle through input modes of IMEs.

  25. final val NextCandidate: String("NextCandidate")

    The Next Candidate function key.

  26. final val NonConvert: String("NonConvert")

    The Nonconvert (Don't Convert) key, to accept current input method sequence without conversion in IMEs.

  27. final val PreviousCandidate: String("PreviousCandidate")

    The Previous Candidate function key.

  28. final val Process: String("Process")

    The Process key.

  29. final val RomanCharacters: String("RomanCharacters")

    The Roman Characters function key, also known as the 'Youngja' or 'Young' key.

  30. final val SingleCandidate: String("SingleCandidate")

    The Single Candidate function key.

  31. final val Zenkaku: String("Zenkaku")

    The Zenkaku (Full-Width) Characters key.

  32. final val ZenkakuHankaku: String("ZenkakuHankaku")

    The Zenkaku/Hankaku (full-width/half-width) toggle key.

  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped