jekyll to vitepress

This commit is contained in:
Alexander Drozdov
2023-05-27 15:40:14 +03:00
parent 3ea1193e19
commit cee5227d5b
18 changed files with 653 additions and 2 deletions

29
docs/quick-start.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: Quick Start
---
#### First of all, how does it work? {:style="margin-top: 0;"}
When you press `Ctrl + C` Path of Exile copies the item's text (under cursor, if any) to the clipboard.
All that remains is to parse text in Awakened PoE Trade and show to you in a fancy way.
### Usage
- Default hotkeys
{:.no-list}
- Press `Ctrl + D` to check the price of the item\
*Hold CTRL if you do not want the window to close. As soon as the cursor is within the window, you can release CTRL.*{:.text-sm}
- Press `Ctrl + Alt + D` to check the price of the item\
*Opens a window, but does not hide it automatically when moving the mouse*{:.text-sm}
- `Alt + W` to open the item on Wiki
- `Shift + Space` to access overlay with widgets
- Default chat commands
- Press `F5` to go to hideout
- Press `F9` to exit to Character selection screen
- Other
- `Ctrl + MouseWheel` to scroll through stash tabs
---
Some functions don't have hotkeys assigned by default to avoid conflicts on your system.
You can set them and change default hotkeys in the [Settings](/faq).