Kaleidoscope
Classes | Namespaces | Macros | Variables
OneShot.h File Reference
#include <Kaleidoscope.h>
#include <Kaleidoscope-Ranges.h>
Include dependency graph for OneShot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaleidoscope::OneShot
 

Namespaces

 kaleidoscope
 

Macros

#define OSM(kc)   (Key) {.raw = kaleidoscope::ranges::OSM_FIRST + (Key_ ## kc).keyCode - Key_LeftControl.keyCode}
 
#define OSL(n)   (Key) {.raw = kaleidoscope::ranges::OSL_FIRST + n}
 

Variables

kaleidoscope::OneShot OneShot
 

Macro Definition Documentation

◆ OSL

#define OSL (   n)    (Key) {.raw = kaleidoscope::ranges::OSL_FIRST + n}

◆ OSM

#define OSM (   kc)    (Key) {.raw = kaleidoscope::ranges::OSM_FIRST + (Key_ ## kc).keyCode - Key_LeftControl.keyCode}

Variable Documentation

◆ OneShot