Skip to content

Commit

Permalink
Edited README.md and README_RU.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Feb 23, 2024
1 parent 43b48cc commit 3e05d53
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ All the menu settings and hotkeys can be changed in the settings dialog of the s
Available menu items:

* **Information.** Shows a dialog with information of the current window and process: the window handle, the window caption, the window style, the window class, the process name, the process id, the path to the process.
* **Roll Up.** Allows to roll up and down the current window.
* **Aero Glass.** Allows to add the "Aero Glass" blur to the current window. (Windows Vista and higher. Mostly for console windows.)
* **Dimmer.** Dims all but the currently focused window.
* **Always On Top.** Allows the current window to stay on top of all other windows.
* **Borderless.** Allows you to turn your windowed games into "Borderless" mode.
* **Dimmer.** Dims all but the currently focused window.
* **Hide.** Allows to hide the current window.
* **Roll Up.** Allows to roll up and down the current window.
* **Send To Bottom.** Allows to send to bottom the current window.
* **Save Screenshot.** Allows to save the current window screenshot in a file.
* **Open File In Explorer.** Allows to open a process file in a File Explorer.
Expand Down Expand Up @@ -79,14 +81,21 @@ Command Line Interface
normal,
belownormal,
idle]
--systemmenu [restore,
minimize,
maximize,
close]
--transparency [0 ... 100]
--alwaysontop [on, off]
-g --aeroglass [on, off]
--hide [on, off]
--hidealttab [on, off]
--clickthrough [on, off]
--minimizebutton [on, off]
--maximizebutton [on, off]
--sendtobottom Send To Bottom
-b --borderless Borderless
-r --rollup Roll Up
-o --openinexplorer Open File In Explorer
-c --copytoclipboard Copy Window Text To Clipboard
--copyscreenshot Copy Screenshot To Clipboard
Expand Down
13 changes: 11 additions & 2 deletions README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ SmartContextMenu добавляет контекстное меню для вс
Все настройки меню и быстрые клавиши, можно менять в интерфейсе приложения в системном трее, а так же в файле SmartContextMenu.xml. Доступные пункты меню:

* **Информация.** Отображает диалог с детальной информацией об окне и процессе, которому принадлежит окно.
* **Свернуть вверх.** Позволяет свернуть вверх до заголовка окно и обратно.
* **Aero Glass.** Включает для текущего окна режим "Aero Glass". (Поддерживается в Windows Vista and выше. Удобно по большей части для консольных окон.)
* **Затемнение.** Затемняет монитор, кроме активного окна.
* **Поверх остальных.** Отображает окно поверх остальных окон системы.
* **Без рамки.** Позволяет отобразить окно в безрамочном режиме. Может быть полезно для оконных игр.
* **Затемнение.** Затемняет монитор, кроме активного окна.
* **Скрыть.** Позволяет скрыть окно.
* **Свернуть вверх.** Позволяет свернуть вверх до заголовка окно и обратно.
* **Переместить вниз.** Отображает окно за всеми окнами системы.
* **Сохранить снимок окна.** Позволяет сохранить скриншот окна в файл.
* **Открыть в проводнике.** Открывает File Explorer с выделенным файлом процесса, которому принадлежит окно.
Expand Down Expand Up @@ -78,14 +80,21 @@ SmartContextMenu добавляет контекстное меню для вс
normal,
belownormal,
idle]
--systemmenu [restore,
minimize,
maximize,
close]
--transparency [0 ... 100]
--alwaysontop [on, off]
-g --aeroglass [on, off]
--hide [on, off]
--hidealttab [on, off]
--clickthrough [on, off]
--minimizebutton [on, off]
--maximizebutton [on, off]
--sendtobottom Send To Bottom
-b --borderless Borderless
-r --rollup Roll Up
-o --openinexplorer Open File In Explorer
-c --copytoclipboard Copy Window Text To Clipboard
--copyscreenshot Copy Screenshot To Clipboard
Expand Down

0 comments on commit 3e05d53

Please sign in to comment.