mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #196] [MERGED] [apps] Add Shift + Ans shortcut to go to the last application #309
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/196
Author: @Yaya-Cout
Created: 3/30/2022
Status: ✅ Merged
Merged: 7/4/2022
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-last-app-switch📝 Commits (4)
505c691[apps] Add Shift + Ans shortcut to go to the last applicationa210e72[apps/apps_container_storage.cpp] Add newline58f91ca[apps/apps_container_storage.cpp] Add an assert42630fbMerge branch 'UpsilonNumworks:upsilon-dev' into upsilon-dev-last-app-switch📊 Changes
5 files changed (+44 additions, -0 deletions)
View changed files
📝
apps/apps_container.cpp(+22 -0)📝
apps/apps_container.h(+3 -0)📝
apps/apps_container_storage.cpp(+17 -0)📝
apps/apps_container_storage.h(+1 -0)📝
ion/include/ion/events.h(+1 -0)📄 Description
This pull request add the Shift + Ans shortcut to open the last opened application (excluding Home). It can be useful to switch between two apps quickly (like Python and calculation, or calculation and graph).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.