Object

org.scalajs.dom.ext.KeyValue

IME

Related Doc: package KeyValue

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val AllCandidates: String("AllCandidates")

    Permalink

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

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

    Permalink

    The Alphanumeric key.

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

    Permalink

    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")

    Permalink

    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")

    Permalink

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

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

    Permalink

    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")

    Permalink

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

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

    Permalink

    Switch to the first character group.

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

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

    Permalink

    Switch to the last character group.

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

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

    Permalink

    Switch to the next character group.

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

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

    Permalink

    Switch to the previous character group.

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

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

    Permalink

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

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

    Permalink

    The Hanja (Korean characters) Mode key.

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

    Permalink

    The (Half-Width) Characters key.

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

    Permalink

    The Hiragana (Japanese Kana characters) key.

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

    Permalink

    The Hiragana/Katakana toggle key.

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

    Permalink

    The Junja (Korean characters) Mode key.

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

    Permalink

    The Kana Mode (Kana Lock) key.

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

    Permalink

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

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

    Permalink

    The Katakana (Japanese Kana characters) key.

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

    Permalink

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

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

    Permalink

    The Next Candidate function key.

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

    Permalink

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

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

    Permalink

    The Previous Candidate function key.

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

    Permalink

    The Process key.

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

    Permalink

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

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

    Permalink

    The Single Candidate function key.

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

    Permalink

    The Zenkaku (Full-Width) Characters key.

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

    Permalink

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

  33. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  34. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped