org.scalajs.dom.ext

KeyCode

object KeyCode

A list of the codes returned by KeyEvents.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KeyCode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val A: Int(65)

  7. final val Alt: Int(18)

  8. final val B: Int(66)

  9. final val Backspace: Int(8)

  10. final val C: Int(67)

  11. final val CapsLock: Int(20)

  12. final val Ctrl: Int(17)

  13. final val D: Int(68)

  14. final val Delete: Int(46)

  15. final val Down: Int(40)

  16. final val E: Int(69)

  17. final val End: Int(35)

  18. final val Enter: Int(13)

  19. final val Escape: Int(27)

  20. final val F: Int(70)

  21. final val F1: Int(112)

  22. final val F10: Int(121)

  23. final val F11: Int(122)

  24. final val F12: Int(123)

  25. final val F2: Int(113)

  26. final val F3: Int(114)

  27. final val F4: Int(115)

  28. final val F5: Int(116)

  29. final val F6: Int(117)

  30. final val F7: Int(118)

  31. final val F8: Int(119)

  32. final val F9: Int(120)

  33. final val G: Int(71)

  34. final val H: Int(72)

  35. final val Home: Int(36)

  36. final val I: Int(73)

  37. final val Insert: Int(45)

  38. final val J: Int(74)

  39. final val K: Int(75)

  40. final val L: Int(76)

  41. final val Left: Int(37)

  42. final val M: Int(77)

  43. final val N: Int(78)

  44. final val Num0: Int(48)

  45. final val Num1: Int(49)

  46. final val Num2: Int(50)

  47. final val Num3: Int(51)

  48. final val Num4: Int(52)

  49. final val Num5: Int(53)

  50. final val Num6: Int(54)

  51. final val Num7: Int(55)

  52. final val Num8: Int(56)

  53. final val Num9: Int(57)

  54. final val O: Int(79)

  55. final val P: Int(80)

  56. final val PageDown: Int(34)

  57. final val PageUp: Int(33)

  58. final val Pause: Int(19)

  59. final val Q: Int(81)

  60. final val R: Int(82)

  61. final val Right: Int(39)

  62. final val S: Int(83)

  63. final val Shift: Int(16)

  64. final val Space: Int(32)

  65. final val T: Int(84)

  66. final val Tab: Int(9)

  67. final val U: Int(85)

  68. final val Up: Int(38)

  69. final val V: Int(86)

  70. final val W: Int(87)

  71. final val X: Int(88)

  72. final val Y: Int(89)

  73. final val Z: Int(90)

  74. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  75. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  83. final def notify(): Unit

    Definition Classes
    AnyRef
  84. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  86. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. final val a: Int(65)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.A instead

  2. final val alt: Int(18)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Alt instead

  3. final val b: Int(66)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.B instead

  4. final val backspace: Int(8)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Backspace instead

  5. final val c: Int(67)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.C instead

  6. final val capsLock: Int(20)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.CapsLock instead

  7. final val ctrl: Int(17)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Ctrl instead

  8. final val d: Int(68)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.D instead

  9. final val delete: Int(46)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Delete instead

  10. final val down: Int(40)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Down instead

  11. final val e: Int(69)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.E instead

  12. final val end: Int(35)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.End instead

  13. final val enter: Int(13)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Enter instead

  14. final val escape: Int(27)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Escape instead

  15. final val f: Int(70)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.F instead

  16. final val g: Int(71)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.G instead

  17. final val h: Int(72)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.H instead

  18. final val home: Int(36)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Home instead

  19. final val i: Int(73)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.I instead

  20. final val insert: Int(45)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Insert instead

  21. final val j: Int(74)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.J instead

  22. final val k: Int(75)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.K instead

  23. final val l: Int(76)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.L instead

  24. final val left: Int(37)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Left instead

  25. final val m: Int(77)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.M instead

  26. final val n: Int(78)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.N instead

  27. final val num0: Int(48)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num0 instead

  28. final val num1: Int(49)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num1 instead

  29. final val num2: Int(50)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num2 instead

  30. final val num3: Int(51)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num3 instead

  31. final val num4: Int(52)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num4 instead

  32. final val num5: Int(53)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num5 instead

  33. final val num6: Int(54)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num6 instead

  34. final val num7: Int(55)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num7 instead

  35. final val num8: Int(56)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num8 instead

  36. final val num9: Int(57)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Num9 instead

  37. final val o: Int(79)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.O instead

  38. final val p: Int(80)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.P instead

  39. final val pageDown: Int(34)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.PageDown instead

  40. final val pageUp: Int(33)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.PageUp instead

  41. final val pause: Int(19)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Pause instead

  42. final val q: Int(81)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Q instead

  43. final val r: Int(82)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.R instead

  44. final val right: Int(39)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Right instead

  45. final val s: Int(83)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.S instead

  46. final val shift: Int(16)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Shift instead

  47. final val space: Int(32)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Space instead

  48. final val t: Int(84)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.T instead

  49. final val tab: Int(9)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Tab instead

  50. final val u: Int(85)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.U instead

  51. final val up: Int(38)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Up instead

  52. final val v: Int(86)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.V instead

  53. final val w: Int(87)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.W instead

  54. final val x: Int(88)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.X instead

  55. final val y: Int(89)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Y instead

  56. final val z: Int(90)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Use KeyCode.Z instead

Inherited from AnyRef

Inherited from Any

Ungrouped