Ctrl

ammonite.terminal.SpecialKeys$.Ctrl$
object Ctrl

Lets you easily pattern match on characters modified by ctrl, or convert a character into its ctrl-ed version

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Ctrl.type

Members list

Concise view

Value members

Concrete methods

def apply(c: Char): String
def unapply(i: Int): Option[Int]