mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-09-20 06:12:51 +00:00
Updated modes (markdown)
+1
-1
@@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user