Andreas Kling
|
ac78cdae46
|
Kernel: Detect the Delete key.
|
2019-03-07 16:20:00 +01:00 |
|
Andreas Kling
|
8dcec749ed
|
Kernel: Detect the Home and End keyboard keys.
|
2019-03-07 13:19:05 +01:00 |
|
Andreas Kling
|
0e4b7990c0
|
Kernel: Detect the Tab key. :^)
|
2019-03-03 13:34:29 +01:00 |
|
Andreas Kling
|
57fe316e01
|
Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.
This will be comfortable enough while I'm still developing with emulators.
QEMU keeps eating my "Alt" key presses and it's making things difficult.
|
2019-03-03 12:56:48 +01:00 |
|
Andreas Kling
|
b0c673265a
|
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
|
2019-03-03 02:52:22 +01:00 |
|
Andreas Kling
|
c350cf7b95
|
Kernel: Keyboard should detect the Page Up and Page Down keys.
|
2019-03-02 23:58:09 +01:00 |
|
Andreas Kling
|
beda478821
|
Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
Dealing with the unsigned overflow propagation here just seems unreasonably
error prone. Let's limit ourselves to 2GB buffer sizes instead.
|
2019-02-25 21:21:12 +01:00 |
|
Andreas Kling
|
10b43f3d1d
|
Kernel: Rename Keyboard to KeyboardDevice.
|
2019-02-17 08:39:09 +01:00 |
|