From 49c9d62894c863f3127cf15bce8e22b4d79b910e Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 24 Feb 2025 06:11:28 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab6aa1..94b6fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,22 +3,21 @@ - Confirm dialog box when detaching process / closing MemSed with an active search or addresses in scratchpad - Close popups with X buttons, pressing Escape, and clicking outside th popup - Good amount of keyboard shortcuts allowing for keyboard-only usage, for example: - - Ctrl+O to open process select - - Type process name - - Press Enter, select with Arrows, press Enter - - Ctrl+F to focus Value field, type search Value - - Use Arrows to navigate and configure other options - - Ctrl+Enter to search - - Ctrl+Space to stop Search, Ctrl+Z to undo/reset search - - Ctrl+A or Tab to focus Addresses list - - Arrows to navigate Addresses, Shift to select multiple - - Enter to add to Scratchpad - - Ctrl+S or Tab to focus Scratchpad - - Arrows to navigate Scratchpad, Shift to select multiple - - Enter to set value - - Delete to remove from Scratchpad - - Ctrl+D to Detach process - - Ctrl+Q to Quit MemSed + - `Ctrl+O` to open process select, type process name + - Press `Enter`, select with `Arrows`, press `Enter` + - `Ctrl+F` to focus Value field and type it + - `Arrows` to navigate and configure other options + - `Ctrl+Enter` to search + - `Ctrl+Space` to stop Search, `Ctrl+Z` to undo/reset search + - `Ctrl+A` or `Tab` to focus Addresses list + - `Arrows` to navigate Addresses, hold `Shift` to select multiple + - `Enter` to add to Scratchpad + - `Ctrl+S` or `Tab` to focus Scratchpad + - `Arrows` to navigate Scratchpad, hold `Shift` to select multiple + - `Enter` to set value + - `Delete` to remove from Scratchpad + - `Ctrl+D` to Detach process + - `Ctrl+Q` to Quit MemSed ### Updated: - Use custom `thread_cancel()` implementation that is more portable and works with `-fexceptions`