Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Feb 24, 2025
1 parent 28c0b69 commit 49c9d62
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 49c9d62

Please sign in to comment.