AwtKeyMapping

object AwtKeyMapping extends KeyMapping[Int]

Key mappings for the Java platform, backed by AWT.

trait KeyMapping[Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

def getKey(keyCode: Int): Option[Key]
Inherited from:
KeyMapping