Skip to content

Commit

Permalink
Win7 simu changelog, keyboard shortcuts, run
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-nd committed Oct 8, 2024
1 parent 07875ab commit a44ae7b
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 21 deletions.
26 changes: 6 additions & 20 deletions src/.vuepress/config/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ const navbar = [
{
text: "Guides",
items: [
{
text: "Simulated apps",
link: "/win7simu/simulated/",
},
{
text: "Theme Studio",
link: "/win7simu/themestudio/",
},
{ text: "Simulated apps", link: "/win7simu/simulated/" },
{ text: "Theme Studio", link: "/win7simu/themestudio/" },
{ text: "Keyboard shortcuts", link: "/win7simu/keyboard-shortcuts" },
],
},
],
Expand All @@ -32,18 +27,9 @@ const navbar = [
{
text: "Guides",
items: [
{
text: "Games",
link: "/brick1100/games",
},
{
text: "Deep Links",
link: "/brick1100/deep-links",
},
{
text: "Builders",
link: "/brick1100/builders",
}
{ text: "Games", link: "/brick1100/games" },
{ text: "Deep Links", link: "/brick1100/deep-links" },
{ text: "Builders", link: "/brick1100/builders" },
],
},
],
Expand Down
Binary file added src/.vuepress/public/assets/features/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/.vuepress/styles/dark.styl
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ $border = lighten($main, 10)
.content__default > footer
border-color $border
color $textColorDark

kbd
background-color $codeBgColor
border-color $borderColorDark
color $textColorDark
2 changes: 1 addition & 1 deletion src/.vuepress/theme/layouts/FeatureList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ins {
color: $bgColorDark;
}
.iconify {
iconify-icon {
position: absolute;
top: 50%;
left: 50%;
Expand Down
12 changes: 12 additions & 0 deletions src/win7simu/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ image: https://image.social/get?url=visnalize.com/win7simu/changelog.html

## 2024

### 3.14.0 (Oct 8, 2024)

- New features for [Windows Media Center](./simulated/wmc.md):
- Songs, albums, pictures, and videos can now be deleted
- Slideshows are now supported
- Enhanced now playing list
- Enhanced touch/swipe navigation on the Home Screen
- New features for [Notepad](../win7simu/simulated/notepad.md):
- Status bar is now supported
- Text files can now be saved as HTML documents
- Added [keyboard shortcuts](../win7simu/keyboard-shortcuts.md) for some common tasks and programs

### 3.13.1 (Sep 14, 2024)

__Core__
Expand Down
45 changes: 45 additions & 0 deletions src/win7simu/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
description: A list of available keyboard shortcuts that can be used in Win7 Simu.
layout: Visnalize
sidebar: auto
image: https://image.social/get?url=visnalize.com/win7simu/keyboard-shortcuts.html
---

# Win7 Simu keyboard shortcuts

<m-social-links />

All keyboard shortcuts that can be used in [Win7 Simu](./about.md) are listed below. These shortcuts are generally available in the web version of the app, for the Android version, they can be used with an external keyboard connected to the device.

::: tip Note
<kbd>Alt</kbd> key is used as the modifier key for all shortcuts to avoid conflicts with the system shortcuts. On MacOS, <kbd>⌥</kbd> (<kbd>Option</kbd>) can be used as the equivalent of the <kbd>Alt</kbd> key.
:::

## General

| Shortcut | Description |
| --- | --- |
| <kbd>Alt</kbd> + <kbd>W</kbd> | Open Start Menu |
| <kbd>Alt</kbd> + <kbd>D</kbd> | Minimize all windows and show desktop |
| <kbd>Alt</kbd> + <kbd>E</kbd> | Open [File Explorer](./simulated/fileexplorer.md) |
| <kbd>Alt</kbd> + <kbd>R</kbd> | Open [Run dialog](./simulated/run.md) |
| <kbd>Alt</kbd> + <kbd>L</kbd> | Log off the current user |

## Window management

| Shortcut | Description |
| --- | --- |
| <kbd>Alt</kbd> + <kbd>Up</kbd> | Maximize window |
| <kbd>Alt</kbd> + <kbd>Down</kbd> | Restore/minimize window |
| <kbd>Alt</kbd> + <kbd>Left</kbd> | Snap window to the left |
| <kbd>Alt</kbd> + <kbd>Right</kbd> | Snap window to the right |
| <kbd>Alt</kbd> + <kbd>4</kbd> | Close window |

## General program shortcuts

| Shortcut | Description |
| --- | --- |
| <kbd>Alt</kbd> + <kbd>N</kbd> | Create a new blank document |
| <kbd>Alt</kbd> + <kbd>O</kbd> | Open file |
| <kbd>Alt</kbd> + <kbd>S</kbd> | Save file |
| <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd> | Save as |
7 changes: 7 additions & 0 deletions src/win7simu/simulated/run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: FeaturePage
title: Run
description: Allows you to quickly open programs, files, folders, and other items in the simulator
image: /assets/features/run.png
version: 2.18.0
---

0 comments on commit a44ae7b

Please sign in to comment.