1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 13:00:59 +00:00
serenity/Applications/KeyboardMapper
Andreas Kling 174527b580 KeyboardMapper: Avoid using [&] captures for persistent lambdas
These are not bugfixes, just improving the hygiene.
2020-09-13 21:41:45 +02:00
..
CMakeLists.txt Applications: Add new KeyboardMapper application 2020-06-03 21:52:40 +02:00
KeyboardMapperWidget.cpp KeyboardMapper: Avoid using [&] captures for persistent lambdas 2020-09-13 21:41:45 +02:00
KeyboardMapperWidget.h Applications: Add new KeyboardMapper application 2020-06-03 21:52:40 +02:00
KeyButton.cpp LibGUI+WindowServer: Rename window "override cursor" to just "cursor" 2020-09-11 14:26:37 +02:00
KeyButton.h Application: KeyboardMapper, make button to like a real key 2020-06-13 12:36:30 +02:00
KeyPositions.h KeyboardMapper: Add missing #pragma once 2020-06-03 22:06:08 +02:00
main.cpp Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00