-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Win7 simu changelog, keyboard shortcuts, run
- Loading branch information
Showing
7 changed files
with
76 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ ins { | |
color: $bgColorDark; | ||
} | ||
.iconify { | ||
iconify-icon { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |