mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-30 11:34:14 +00:00
Updated modes (markdown)
parent
c8d5fc1e06
commit
ff5d2b9e4d
2
modes.md
2
modes.md
@ -5,7 +5,7 @@ Implement modes, default mode is `NORMAL`
|
|||||||
|
|
||||||
In the example below, you declare a mode: `BROWSER`, which is activated when you press <kbd>modkey</kbd> + <kbd>b</kbd>. Then, you can press <kbd>f</kbd> to launch `Firefox` and return to the default `NORMAL` mode.
|
In the example below, you declare a mode: `BROWSER`, which is activated when you press <kbd>modkey</kbd> + <kbd>b</kbd>. Then, you can press <kbd>f</kbd> to launch `Firefox` and return to the default `NORMAL` mode.
|
||||||
|
|
||||||
```
|
```c
|
||||||
enum {
|
enum {
|
||||||
BROWSER,
|
BROWSER,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user