From 3d2fc76aa24047deb167768940c5969d2bb2a595 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 29 Aug 2020 18:54:18 -0400 Subject: feature: Add mouse click support for moving between widgets (#208) Adds mouse support to the application, to move between widgets and click on elements. List of things to added: - Click to move between widgets - Click to move between widgets in basic mode - Click on widget entries - Ability to disable mouse if you don't like it, I guess --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index dacfb4b4..554f5994 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "cSpell.words": [ + "Artem", + "COPR", "DWORD", "Deque", "EINVAL", @@ -14,8 +16,10 @@ "MSRV", "Mahmoud", "Marcin", + "Mousebindings", "Nonexhaustive", "PKGBUILD", + "Polishchuk", "Qudsi", "SIGTERM", "TEBI", @@ -26,6 +30,7 @@ "WASD", "Wojnarowski", "andys", + "atim", "choco", "cmdline", "commandline", -- cgit v1.2.3