MCPcopy Index your code
hub / github.com/endbasic/endbasic / press_escape

Method press_escape

web/src/input.rs:111–113  ·  view source on GitHub ↗

Generates a fake Escape key press.

(&self)

Source from the content-addressed store, hash-verified

109
110 /// Generates a fake Escape key press.
111 pub fn press_escape(&self) {
112 self.safe_try_send(Key::Escape)
113 }
114
115 /// Generates a fake arrow up key press.
116 pub fn press_arrow_up(&self) {

Callers 1

index.jsFile · 0.80

Calls 1

safe_try_sendMethod · 0.80

Tested by

no test coverage detected