MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / CopyPaste

Class CopyPaste

src/premade.rs:238–238  ·  view source on GitHub ↗

Handler for turing Copy/Paste/Cut Keycodes into 'universal' Ctrl-Insert, Shift-insert, shift-delete keystrokes for dedicated copy paste keys 0

Source from the content-addressed store, hash-verified

236/// for dedicated copy paste keys
237/// 0
238pub struct CopyPaste {}
239impl<T: USBKeyOut> ProcessKeys<T> for CopyPaste {
240 fn process_keys(&mut self, events: &mut Vec<(Event, EventStatus)>, output: &mut T) ->HandlerResult {
241 //step 0: on key release, remove all prior key presses.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected