Liking cljdoc? Tell your friends :D

etaoin.keys

Key and mouse constants. And chords.

Sourced from WebDriver spec.

Key and mouse constants. And chords.

Sourced from [WebDriver spec](https://www.w3.org/TR/webdriver/#keyboard-actions).
raw docstring

alt-leftclj

source

alt-rightclj

source

arrow-downclj

source

arrow-leftclj

source

arrow-rightclj

source

arrow-upclj

source

backspaceclj

source

cancelclj

source

chordclj

(chord key & more)

Apply key to more where more can be more keys or regular text.

Any keys that are pressed are released.

Example:

(chord shift-left "help" backspace "lo")
;; would effectively be: HELLO
Apply `key` to `more` where `more` can be more keys or regular text.

Any keys that are pressed are released.

Example:
```Clojure
(chord shift-left "help" backspace "lo")
;; would effectively be: HELLO
```
sourceraw docstring

clearclj

source

commandclj

source

control-leftclj

source

control-rightclj

source

deleteclj

source

endclj

source

enterclj

source

equalclj

source

escapeclj

source

f1clj

source

f10clj

source

f11clj

source

f12clj

source

f2clj

source

f3clj

source

f4clj

source

f5clj

source

f6clj

source

f7clj

source

f8clj

source

f9clj

source

helpclj

source

homeclj

source

insertclj

source

meta-leftclj

source

meta-rightclj

source

mouse-leftclj

source

mouse-middleclj

source

mouse-rightclj

source

num-*clj

source

num-+clj

source

num--clj

source

num-0clj

source

num-1clj

source

num-2clj

source

num-3clj

source

num-4clj

source

num-5clj

source

num-6clj

source

num-7clj

source

num-8clj

source

num-9clj

source

num-arrow-downclj

source

num-arrow-leftclj

source

num-arrow-rightclj

source

num-arrow-upclj

source

num-commaclj

source

num-deleteclj

source

num-dotclj

source

num-endclj

source

num-homeclj

source

num-insertclj

source

num-page-downclj

source

num-page-upclj

source

num-slashclj

source

pagedownclj

source

pageupclj

source

pauseclj

source

returnclj

source

semicolonclj

source

shift-leftclj

source

shift-rightclj

source

spaceclj

source

tabclj

source

unidentifiedclj

source

with-altclj

(with-alt & more)

Apply alt key to more where more can be more keys or regular text.

Apply alt key to `more` where `more` can be more keys or regular text.
sourceraw docstring

with-commandclj

(with-command & more)

Apply command key to more where more can be more keys or regular text.

Apply command key to `more` where `more` can be more keys or regular text.
sourceraw docstring

with-ctrlclj

(with-ctrl & more)

Apply ctrl key to more where more can be more keys or regular text.

Apply ctrl key to `more` where `more` can be more keys or regular text.
sourceraw docstring

with-shiftclj

(with-shift & more)

Apply shift key to more where more can be more keys or regular text.

Apply shift key to `more` where `more` can be more keys or regular text.
sourceraw docstring

zenkakuhankakuclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close