From b5fec3dd682437d5f34e3c6c39bc0b7298718db7 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Mon, 24 Dec 2018 23:15:06 +0200 Subject: [PATCH] Updated todo --- todo.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/todo.txt b/todo.txt index d9b4196ae..8157bc947 100644 --- a/todo.txt +++ b/todo.txt @@ -34,3 +34,15 @@ TODO, which will get actually done - Debian: add harldink simulation to proot, for Android 6. - Debian: add OpenSL ES output plugin to PulseAudio. + +- XServer: apostrophe and minus on hardware keyboard with Italian layout are swapped, and slash (key 7) dos not work, seems to be incorrect keycode processing in SDL. + +- XServer: do not use xsel to enter Unicode characters, modify clipboard directly. + +- XServer: remove checking network port and restarting, add SO_REUSEPORT flag. + +- XServer: fix xrandr screen resizing. + +- XServer: use pixel size instead of screen size. + +- XServer: native PulseAudio support using OpenSLES.