Skip to content

Commit 2207814

Browse files
authored
Add type definition to page to it renders correctly. (#246)
* Add type definition to page to it renders correctly. * Propose need working on interrupts
1 parent d2f560f commit 2207814

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/software/using-medley/keystrokes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ We'd like to improve keyboard handling but haven't yet found a path.
2525

2626
## Interrupt characters
2727

28-
These are enabled per-process. Medley maintains, for each process, a "termtable" which enables different kinds of interrupts. In general, the process (sometimes known as the "TTY" process or the process that "has the keyboard".
28+
These are enabled per-process. Medley maintains, for each process, a "termtable" which enables different kinds of interrupts.
29+
30+
Usually, the user wants interrupts to occur in the TTY process, which is the one
31+
currently receiving keyboard input. However, sometimes the user wants to interrupt
32+
the mouse process, if it is currently busy executing a menu command or waiting
33+
for the user to specify a region on the screen. Most of the interrupt characters
34+
below take place in the mouse process if it is busy, otherwise the TTY process.
2935

3036
|character|action |
3137
|---------|----------------------------------------- |

0 commit comments

Comments
 (0)