mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00
commit
8463c95a43
27
.github/actions/spell-check/advice.md
vendored
Normal file
27
.github/actions/spell-check/advice.md
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<!-- See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-advice --> <!-- markdownlint-disable MD033 MD041 -->
|
||||||
|
<details><summary>If you see a bunch of garbage</summary>
|
||||||
|
|
||||||
|
If it relates to a ...
|
||||||
|
<details><summary>well-formed pattern</summary>
|
||||||
|
|
||||||
|
See if there's a [pattern](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns) that would match it.
|
||||||
|
|
||||||
|
If not, try writing one and adding it to the `patterns.txt` file.
|
||||||
|
|
||||||
|
Patterns are Perl 5 Regular Expressions - you can [test](
|
||||||
|
https://www.regexplanet.com/advanced/perl/) yours before committing to verify it will match your lines.
|
||||||
|
|
||||||
|
Note that patterns can't match multiline strings.
|
||||||
|
</details>
|
||||||
|
<details><summary>binary-ish string</summary>
|
||||||
|
|
||||||
|
Please add a file path to the `excludes.txt` file instead of just accepting the garbage.
|
||||||
|
|
||||||
|
File paths are Perl 5 Regular Expressions - you can [test](
|
||||||
|
https://www.regexplanet.com/advanced/perl/) yours before committing to verify it will match your files.
|
||||||
|
|
||||||
|
`^` refers to the file's path from the root of the repository, so `^README\.md$` would exclude [README.md](
|
||||||
|
../tree/HEAD/README.md) (on whichever branch you're using).
|
||||||
|
</details>
|
||||||
|
|
||||||
|
</details>
|
15
.github/actions/spell-check/excludes.txt
vendored
15
.github/actions/spell-check/excludes.txt
vendored
@ -21,9 +21,22 @@ ignore$
|
|||||||
\.min\.
|
\.min\.
|
||||||
\.mod$
|
\.mod$
|
||||||
\.pdf$
|
\.pdf$
|
||||||
\.png$
|
|
||||||
\.PNG$
|
\.PNG$
|
||||||
|
\.png$
|
||||||
\.woff$
|
\.woff$
|
||||||
\.zip$
|
\.zip$
|
||||||
|
^src/common/logger/logger\.vcxproj\.filters$
|
||||||
|
^src/common/notifications/BackgroundActivatorDLL/BackgroundActivator\.vcxproj\.filters$
|
||||||
|
^src/common/notifications/BackgroundActivatorDLL/cpp\.hint$
|
||||||
|
^src/modules/colorPicker/ColorPickerUI/Resources/colorPicker\.cur$
|
||||||
|
^src/modules/fancyzones/lib/FancyZonesWinHookEventIDs\.h$
|
||||||
|
^src/modules/imageresizer/dll/ContextMenuHandler\.rgs$
|
||||||
|
^src/modules/imageresizer/dll/ImageResizerExt\.rgs$
|
||||||
|
^src/modules/powerrename/testapp/PowerRenameTest\.vcxproj\.filters$
|
||||||
|
^src/modules/powerrename/UWPui/pch\.h$
|
||||||
|
^src/modules/powerrename/UWPui/PowerRenameUWPUI\.vcxproj\.filters$
|
||||||
|
^src/modules/previewpane/PreviewPaneUnitTests/HelperFiles/MarkdownWithHTMLImageTag\.txt$
|
||||||
|
^tools/CleanUp_tool/CleanUp_tool\.vcxproj\.filters$
|
||||||
^\.github/
|
^\.github/
|
||||||
^\.github/actions/spell-check/
|
^\.github/actions/spell-check/
|
||||||
|
^\.gitmodules$
|
||||||
|
45
.github/actions/spell-check/expect.txt
vendored
45
.github/actions/spell-check/expect.txt
vendored
@ -1,7 +1,9 @@
|
|||||||
|
aaaa
|
||||||
aac
|
aac
|
||||||
abcd
|
abcd
|
||||||
abcdef
|
abcdef
|
||||||
abcdefgh
|
abcdefgh
|
||||||
|
ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||||
abgr
|
abgr
|
||||||
ABlocked
|
ABlocked
|
||||||
Abug
|
Abug
|
||||||
@ -19,6 +21,7 @@ Actioncenter
|
|||||||
actioned
|
actioned
|
||||||
activatable
|
activatable
|
||||||
ACTIVATEAPP
|
ACTIVATEAPP
|
||||||
|
activationaction
|
||||||
Addavirtualdesktop
|
Addavirtualdesktop
|
||||||
addrum
|
addrum
|
||||||
ADDUNDORECORD
|
ADDUNDORECORD
|
||||||
@ -113,6 +116,7 @@ aumid
|
|||||||
AUTHN
|
AUTHN
|
||||||
AUTOAPPEND
|
AUTOAPPEND
|
||||||
autocomplete
|
autocomplete
|
||||||
|
autogenerated
|
||||||
autogenerates
|
autogenerates
|
||||||
AUTOHIDE
|
AUTOHIDE
|
||||||
AUTOMATIONPROPERTIES
|
AUTOMATIONPROPERTIES
|
||||||
@ -203,6 +207,8 @@ cdpxwin
|
|||||||
CENTERALIGN
|
CENTERALIGN
|
||||||
cfg
|
cfg
|
||||||
cguid
|
cguid
|
||||||
|
changecursor
|
||||||
|
Changemove
|
||||||
charconv
|
charconv
|
||||||
charset
|
charset
|
||||||
chdir
|
chdir
|
||||||
@ -214,7 +220,7 @@ CHILDWINDOW
|
|||||||
chrdavis
|
chrdavis
|
||||||
Chris's
|
Chris's
|
||||||
chrono
|
chrono
|
||||||
chrzan
|
Chrzan
|
||||||
CHT
|
CHT
|
||||||
CImage
|
CImage
|
||||||
cinttypes
|
cinttypes
|
||||||
@ -256,6 +262,8 @@ codereview
|
|||||||
Codespaces
|
Codespaces
|
||||||
COINIT
|
COINIT
|
||||||
colorconv
|
colorconv
|
||||||
|
colorhistory
|
||||||
|
colorhistorylimit
|
||||||
colorpicker
|
colorpicker
|
||||||
COLORREF
|
COLORREF
|
||||||
colorscheme
|
colorscheme
|
||||||
@ -289,6 +297,7 @@ CONTROLL
|
|||||||
CONTROLPARENT
|
CONTROLPARENT
|
||||||
Controlz
|
Controlz
|
||||||
coords
|
coords
|
||||||
|
copiedcolorrepresentation
|
||||||
cortana
|
cortana
|
||||||
cotaskmem
|
cotaskmem
|
||||||
COULDNOT
|
COULDNOT
|
||||||
@ -334,6 +343,7 @@ CTest
|
|||||||
ctime
|
ctime
|
||||||
CTLCOLORSTATIC
|
CTLCOLORSTATIC
|
||||||
ctor
|
ctor
|
||||||
|
CTriage
|
||||||
CTRLALTDEL
|
CTRLALTDEL
|
||||||
Ctrls
|
Ctrls
|
||||||
Ctx
|
Ctx
|
||||||
@ -341,6 +351,7 @@ CUI
|
|||||||
currentculture
|
currentculture
|
||||||
CURSORINFO
|
CURSORINFO
|
||||||
cursorpos
|
cursorpos
|
||||||
|
customaction
|
||||||
CUSTOMACTIONTEST
|
CUSTOMACTIONTEST
|
||||||
cvd
|
cvd
|
||||||
cwchar
|
cwchar
|
||||||
@ -396,8 +407,8 @@ deinitialization
|
|||||||
DELA
|
DELA
|
||||||
deletethis
|
deletethis
|
||||||
Delimarsky
|
Delimarsky
|
||||||
Delimarsky's
|
|
||||||
delims
|
delims
|
||||||
|
dend
|
||||||
DENORMAL
|
DENORMAL
|
||||||
depersist
|
depersist
|
||||||
deprioritized
|
deprioritized
|
||||||
@ -442,9 +453,9 @@ DLIMAGES
|
|||||||
dll
|
dll
|
||||||
dllexport
|
dllexport
|
||||||
dllhost
|
dllhost
|
||||||
dllimport
|
|
||||||
dllmain
|
dllmain
|
||||||
DNLEN
|
DNLEN
|
||||||
|
docsmsft
|
||||||
doctype
|
doctype
|
||||||
DONTVALIDATEPATH
|
DONTVALIDATEPATH
|
||||||
dotnet
|
dotnet
|
||||||
@ -826,6 +837,7 @@ IImage
|
|||||||
Iindex
|
Iindex
|
||||||
IInitialize
|
IInitialize
|
||||||
IInspectable
|
IInspectable
|
||||||
|
IIO
|
||||||
IItem
|
IItem
|
||||||
IJson
|
IJson
|
||||||
IKs
|
IKs
|
||||||
@ -834,6 +846,7 @@ ILogon
|
|||||||
IMAGEHLP
|
IMAGEHLP
|
||||||
imageresizer
|
imageresizer
|
||||||
IMAGERESIZEREXT
|
IMAGERESIZEREXT
|
||||||
|
imageresizersettings
|
||||||
IMain
|
IMain
|
||||||
IMarkdown
|
IMarkdown
|
||||||
ime
|
ime
|
||||||
@ -875,6 +888,7 @@ INSTALLLOCATION
|
|||||||
INSTALLLOGATTRIBUTES
|
INSTALLLOGATTRIBUTES
|
||||||
INSTALLLOGMODE
|
INSTALLLOGMODE
|
||||||
INSTALLMESSAGE
|
INSTALLMESSAGE
|
||||||
|
installpowertoys
|
||||||
INSTALLPROPERTY
|
INSTALLPROPERTY
|
||||||
INSTALLSTARTMENUSHORTCUT
|
INSTALLSTARTMENUSHORTCUT
|
||||||
INSTALLSTATE
|
INSTALLSTATE
|
||||||
@ -973,7 +987,9 @@ jpeg
|
|||||||
jpg
|
jpg
|
||||||
JPN
|
JPN
|
||||||
json
|
json
|
||||||
|
JSONOf
|
||||||
jsonval
|
jsonval
|
||||||
|
jsoref
|
||||||
JSX
|
JSX
|
||||||
junja
|
junja
|
||||||
jxr
|
jxr
|
||||||
@ -1122,7 +1138,7 @@ LVS
|
|||||||
LVSIL
|
LVSIL
|
||||||
LWA
|
LWA
|
||||||
lwin
|
lwin
|
||||||
LZW
|
lzw
|
||||||
mailto
|
mailto
|
||||||
MAINICON
|
MAINICON
|
||||||
Mainwindow
|
Mainwindow
|
||||||
@ -1266,7 +1282,7 @@ NCMBUTTONDOWN
|
|||||||
NCMBUTTONUP
|
NCMBUTTONUP
|
||||||
NCMOUSELEAVE
|
NCMOUSELEAVE
|
||||||
NCMOUSEMOVE
|
NCMOUSEMOVE
|
||||||
NCol
|
ncol
|
||||||
NCPAINT
|
NCPAINT
|
||||||
NCRBUTTONDBLCLK
|
NCRBUTTONDBLCLK
|
||||||
NCRBUTTONDOWN
|
NCRBUTTONDOWN
|
||||||
@ -1279,6 +1295,7 @@ NESW
|
|||||||
netcore
|
netcore
|
||||||
netcoreapp
|
netcoreapp
|
||||||
netframework
|
netframework
|
||||||
|
NETFX
|
||||||
netsh
|
netsh
|
||||||
netstandard
|
netstandard
|
||||||
Neue
|
Neue
|
||||||
@ -1345,6 +1362,7 @@ npm
|
|||||||
npos
|
npos
|
||||||
NResize
|
NResize
|
||||||
ntdll
|
ntdll
|
||||||
|
NTFS
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
nuget
|
nuget
|
||||||
nullopt
|
nullopt
|
||||||
@ -1373,7 +1391,6 @@ oldnewthing
|
|||||||
oldpath
|
oldpath
|
||||||
oldtheme
|
oldtheme
|
||||||
oleaut
|
oleaut
|
||||||
OleAut
|
|
||||||
OLECHAR
|
OLECHAR
|
||||||
OLEDB
|
OLEDB
|
||||||
OLIVEGREEN
|
OLIVEGREEN
|
||||||
@ -1400,6 +1417,7 @@ OUTOFMEMORY
|
|||||||
Outptr
|
Outptr
|
||||||
outputtype
|
outputtype
|
||||||
outro
|
outro
|
||||||
|
outsettings
|
||||||
OVERLAPPEDWINDOW
|
OVERLAPPEDWINDOW
|
||||||
overlaywindow
|
overlaywindow
|
||||||
OWNDC
|
OWNDC
|
||||||
@ -1481,6 +1499,7 @@ powershell
|
|||||||
powertoy
|
powertoy
|
||||||
powertoysinterop
|
powertoysinterop
|
||||||
powertoyssetup
|
powertoyssetup
|
||||||
|
powertoyswiki
|
||||||
Powrprof
|
Powrprof
|
||||||
ppenum
|
ppenum
|
||||||
ppidl
|
ppidl
|
||||||
@ -1640,7 +1659,6 @@ rexit
|
|||||||
rfind
|
rfind
|
||||||
rgb
|
rgb
|
||||||
RGBQUAD
|
RGBQUAD
|
||||||
rge
|
|
||||||
rgelt
|
rgelt
|
||||||
Rgn
|
Rgn
|
||||||
rgs
|
rgs
|
||||||
@ -1679,6 +1697,7 @@ runtimeclass
|
|||||||
runtimeconfig
|
runtimeconfig
|
||||||
runtimes
|
runtimes
|
||||||
rv
|
rv
|
||||||
|
RUS
|
||||||
rvalue
|
rvalue
|
||||||
rvm
|
rvm
|
||||||
rwin
|
rwin
|
||||||
@ -1760,6 +1779,7 @@ SHORTCUTSTARTWITHMODIFIER
|
|||||||
Shortcuttool
|
Shortcuttool
|
||||||
shortdate
|
shortdate
|
||||||
SHORTPATH
|
SHORTPATH
|
||||||
|
showcolorname
|
||||||
SHOWDEFAULT
|
SHOWDEFAULT
|
||||||
SHOWELEVATIONPROMPT
|
SHOWELEVATIONPROMPT
|
||||||
SHOWMAXIMIZED
|
SHOWMAXIMIZED
|
||||||
@ -1794,8 +1814,9 @@ SLGP
|
|||||||
sln
|
sln
|
||||||
SMALLICON
|
SMALLICON
|
||||||
SMTO
|
SMTO
|
||||||
Snd
|
snd
|
||||||
somil
|
somil
|
||||||
|
Soref
|
||||||
SORTDOWN
|
SORTDOWN
|
||||||
SOURCECLIENTAREAONLY
|
SOURCECLIENTAREAONLY
|
||||||
SOURCEHEADER
|
SOURCEHEADER
|
||||||
@ -1890,6 +1911,7 @@ svgpreviewhandler
|
|||||||
Switchbetweenvirtualdesktops
|
Switchbetweenvirtualdesktops
|
||||||
SWP
|
SWP
|
||||||
swprintf
|
swprintf
|
||||||
|
SWRESTORE
|
||||||
SYMED
|
SYMED
|
||||||
SYMOPT
|
SYMOPT
|
||||||
SYNCPAINT
|
SYNCPAINT
|
||||||
@ -1964,6 +1986,7 @@ TNP
|
|||||||
todo
|
todo
|
||||||
toggleswitch
|
toggleswitch
|
||||||
toolbar
|
toolbar
|
||||||
|
Toolchain
|
||||||
toolset
|
toolset
|
||||||
toolstrip
|
toolstrip
|
||||||
tooltip
|
tooltip
|
||||||
@ -2093,11 +2116,13 @@ VIDEOINFOHEADER
|
|||||||
viewbox
|
viewbox
|
||||||
viewmodel
|
viewmodel
|
||||||
virtualization
|
virtualization
|
||||||
|
visiblecolorformats
|
||||||
Visibletrue
|
Visibletrue
|
||||||
visualbrush
|
visualbrush
|
||||||
visualstudio
|
visualstudio
|
||||||
vk
|
vk
|
||||||
VKey
|
VKey
|
||||||
|
VKTAB
|
||||||
vm
|
vm
|
||||||
vmax
|
vmax
|
||||||
vmin
|
vmin
|
||||||
@ -2134,6 +2159,7 @@ wcsncmp
|
|||||||
wcsnicmp
|
wcsnicmp
|
||||||
wdp
|
wdp
|
||||||
wdupenv
|
wdupenv
|
||||||
|
We'd
|
||||||
weakme
|
weakme
|
||||||
webcam
|
webcam
|
||||||
webclient
|
webclient
|
||||||
@ -2230,7 +2256,6 @@ wsz
|
|||||||
wtoi
|
wtoi
|
||||||
WTS
|
WTS
|
||||||
WTSAT
|
WTSAT
|
||||||
wu
|
|
||||||
Wwan
|
Wwan
|
||||||
www
|
www
|
||||||
wxs
|
wxs
|
||||||
@ -2239,6 +2264,7 @@ xamarin
|
|||||||
xaml
|
xaml
|
||||||
XAttribute
|
XAttribute
|
||||||
xbf
|
xbf
|
||||||
|
XBind
|
||||||
XBUTTON
|
XBUTTON
|
||||||
XBUTTONDBLCLK
|
XBUTTONDBLCLK
|
||||||
XBUTTONDOWN
|
XBUTTONDOWN
|
||||||
@ -2281,7 +2307,6 @@ zh
|
|||||||
ZIndex
|
ZIndex
|
||||||
zipfolder
|
zipfolder
|
||||||
zm
|
zm
|
||||||
zom
|
|
||||||
zonable
|
zonable
|
||||||
ZONECOLOR
|
ZONECOLOR
|
||||||
ZONEHIGHLIGHTCOLOR
|
ZONEHIGHLIGHTCOLOR
|
||||||
|
6
.github/workflows/spelling.yml
vendored
6
.github/workflows/spelling.yml
vendored
@ -2,6 +2,7 @@ name: Spell checking
|
|||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
push:
|
push:
|
||||||
|
issue_comment:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -13,12 +14,9 @@ jobs:
|
|||||||
uses: actions/checkout@v2.0.0
|
uses: actions/checkout@v2.0.0
|
||||||
with:
|
with:
|
||||||
ref: refs/pull/${{github.event.pull_request.number}}/merge
|
ref: refs/pull/${{github.event.pull_request.number}}/merge
|
||||||
fetch-depth: 5
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
if: "!contains(github.event_name, 'pull_request')"
|
if: "!contains(github.event_name, 'pull_request')"
|
||||||
uses: actions/checkout@v2.0.0
|
uses: actions/checkout@v2.0.0
|
||||||
with:
|
- uses: check-spelling/check-spelling@v0.0.18
|
||||||
fetch-depth: 5
|
|
||||||
- uses: check-spelling/check-spelling@0.0.17-alpha
|
|
||||||
with:
|
with:
|
||||||
config: .github/actions/spell-check
|
config: .github/actions/spell-check
|
||||||
|
15
COMMUNITY.md
15
COMMUNITY.md
@ -9,6 +9,9 @@ Names are in alphabetical order based on first name.
|
|||||||
### [@davidegiacometti](https://github.com/davidegiacometti) - [Davide Giacometti](https://www.linkedin.com/in/davidegiacometti/)
|
### [@davidegiacometti](https://github.com/davidegiacometti) - [Davide Giacometti](https://www.linkedin.com/in/davidegiacometti/)
|
||||||
Davide has helped fix multiple bugs, added new features, as well as help us with the ARM64 effort by porting applications to .NET Core.
|
Davide has helped fix multiple bugs, added new features, as well as help us with the ARM64 effort by porting applications to .NET Core.
|
||||||
|
|
||||||
|
### [@jsoref](https://github.com/jsoref) - Josh Soref
|
||||||
|
Helping keep our spelling correct :)
|
||||||
|
|
||||||
### [@Niels9001](https://github.com/niels9001/) - [Niels Laute](https://nielslaute.com/)
|
### [@Niels9001](https://github.com/niels9001/) - [Niels Laute](https://nielslaute.com/)
|
||||||
|
|
||||||
Niels has helped drive large sums of our update toward a new [consistent and modern UX](https://github.com/microsoft/PowerToys/issues/891). This includes the [launcher work](https://github.com/microsoft/PowerToys/issues/44), color picker UX update and [icon design](https://github.com/microsoft/PowerToys/issues/1118).
|
Niels has helped drive large sums of our update toward a new [consistent and modern UX](https://github.com/microsoft/PowerToys/issues/891). This includes the [launcher work](https://github.com/microsoft/PowerToys/issues/44), color picker UX update and [icon design](https://github.com/microsoft/PowerToys/issues/1118).
|
||||||
@ -18,7 +21,13 @@ Niels has helped drive large sums of our update toward a new [consistent and mod
|
|||||||
Rafael has helped do the [upgrade from CppWinRT 1.x to 2.0](https://github.com/microsoft/PowerToys/issues/1907). He directly provided feedback to the CppWinRT team for bugs from this migration as well.
|
Rafael has helped do the [upgrade from CppWinRT 1.x to 2.0](https://github.com/microsoft/PowerToys/issues/1907). He directly provided feedback to the CppWinRT team for bugs from this migration as well.
|
||||||
|
|
||||||
### [@royvou](https://github.com/royvou)
|
### [@royvou](https://github.com/royvou)
|
||||||
Roy has helped out contributing a features to PowerToys Run
|
Roy has helped out contributing multiple features to PowerToys Run
|
||||||
|
|
||||||
|
### [@TobiasSekan](https://github.com/TobiasSekan) - Tobias Sekan
|
||||||
|
Tobias Sekan has helped out contributing features to PowerToys Run such as Settings plugin, Registry plugin
|
||||||
|
|
||||||
|
### [@ThiefZero](https://github.com/ThiefZero)
|
||||||
|
ThiefZero has helped out contributing a features to PowerToys Run such as the unit converter plugin
|
||||||
|
|
||||||
## Open source projects
|
## Open source projects
|
||||||
|
|
||||||
@ -52,6 +61,10 @@ Image Resizer is from Brice.
|
|||||||
|
|
||||||
PowerRename is from Chris's SmartRename and icon rendering for SVGs in File Explorer
|
PowerRename is from Chris's SmartRename and icon rendering for SVGs in File Explorer
|
||||||
|
|
||||||
|
### [@dend](https://github.com/dend/) - Den Delimarsky
|
||||||
|
|
||||||
|
PowerToys Espresso is a tool to keep your computer awake
|
||||||
|
|
||||||
### [@martinchrzan](https://github.com/martinchrzan/) - Martin Chrzan
|
### [@martinchrzan](https://github.com/martinchrzan/) - Martin Chrzan
|
||||||
|
|
||||||
Color Picker is from Martin.
|
Color Picker is from Martin.
|
||||||
|
@ -389,9 +389,7 @@ Global
|
|||||||
{64A80062-4D8B-4229-8A38-DFA1D7497749}.Release|x64.ActiveCfg = Release|x64
|
{64A80062-4D8B-4229-8A38-DFA1D7497749}.Release|x64.ActiveCfg = Release|x64
|
||||||
{64A80062-4D8B-4229-8A38-DFA1D7497749}.Release|x64.Build.0 = Release|x64
|
{64A80062-4D8B-4229-8A38-DFA1D7497749}.Release|x64.Build.0 = Release|x64
|
||||||
{0485F45C-EA7A-4BB5-804B-3E8D14699387}.Debug|x64.ActiveCfg = Debug|x64
|
{0485F45C-EA7A-4BB5-804B-3E8D14699387}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{0485F45C-EA7A-4BB5-804B-3E8D14699387}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{0485F45C-EA7A-4BB5-804B-3E8D14699387}.Release|x64.ActiveCfg = Release|x64
|
{0485F45C-EA7A-4BB5-804B-3E8D14699387}.Release|x64.ActiveCfg = Release|x64
|
||||||
{0485F45C-EA7A-4BB5-804B-3E8D14699387}.Release|x64.Build.0 = Release|x64
|
|
||||||
{89F34AF7-1C34-4A72-AA6E-534BCF972BD9}.Debug|x64.ActiveCfg = Debug|x64
|
{89F34AF7-1C34-4A72-AA6E-534BCF972BD9}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{89F34AF7-1C34-4A72-AA6E-534BCF972BD9}.Debug|x64.Build.0 = Debug|x64
|
{89F34AF7-1C34-4A72-AA6E-534BCF972BD9}.Debug|x64.Build.0 = Debug|x64
|
||||||
{89F34AF7-1C34-4A72-AA6E-534BCF972BD9}.Release|x64.ActiveCfg = Release|x64
|
{89F34AF7-1C34-4A72-AA6E-534BCF972BD9}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
@ -32,7 +32,7 @@ Microsoft PowerToys is a set of utilities for power users to tune and streamline
|
|||||||
|
|
||||||
#### Stable version
|
#### Stable version
|
||||||
|
|
||||||
Install from the [Microsoft PowerToys GitHub releases page][github-release-link]. Click on `Assets` to show the files available in the release and then click on `PowerToysSetup-0.37.0-x64.exe` to download the PowerToys installer.
|
Install from the [Microsoft PowerToys GitHub releases page][github-release-link]. Click on `Assets` to show the files available in the release and then click on `PowerToysSetup-0.37.2-x64.exe` to download the PowerToys installer.
|
||||||
|
|
||||||
This is our preferred method.
|
This is our preferred method.
|
||||||
|
|
||||||
|
44
doc/devdocs/akaLinks.md
Normal file
44
doc/devdocs/akaLinks.md
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Full list of aka links
|
||||||
|
|
||||||
|
| ShortUrl | TargetUrl |
|
||||||
|
|----------|----------|
|
||||||
|
| installpowertoys | https://github.com/microsoft/PowerToys/releases/latest |
|
||||||
|
| powertoys | https://github.com/microsoft/PowerToys |
|
||||||
|
| PowerToysAppCompat | https://github.com/microsoft/PowerToys/wiki/Application-Compatibility |
|
||||||
|
| powerToysCannotRemapKeys | https://docs.microsoft.com/windows/powertoys/keyboard-manager#keys-that-cannot-be-remapped |
|
||||||
|
| powerToysColorPickerImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/ColorPicker_small.png |
|
||||||
|
| powerToysColorPickerSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/ColorPicker_large.png |
|
||||||
|
| powertoysDetectedElevatedHelp | https://docs.microsoft.com/windows/powertoys/administrator |
|
||||||
|
| powertoys-docs | https://docs.microsoft.com/windows/powertoys/?WT.mc_id=twitter-0000-docsmsft |
|
||||||
|
| powerToysFancyZoneImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/FancyZones_small.png |
|
||||||
|
| powerToysFancyZoneSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/FancyZones_large.png |
|
||||||
|
| powerToysGiveFeedback | https://github.com/microsoft/PowerToys/issues |
|
||||||
|
| powerToysImageResizerImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/ImageResizer_small.png |
|
||||||
|
| powerToysImageResizerSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/ImageResizer_large.png |
|
||||||
|
| powerToysKBMImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/KBM_small.png |
|
||||||
|
| powerToysKBMSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/KBM_large.png |
|
||||||
|
| PowerToysOverview | https://docs.microsoft.com/windows/powertoys/ |
|
||||||
|
| PowerToysOverview_ColorPicker | https://docs.microsoft.com/windows/powertoys/color-picker |
|
||||||
|
| PowerToysOverview_FancyZones | https://docs.microsoft.com/windows/powertoys/fancyzones |
|
||||||
|
| PowerToysOverview_FileExplorerAddOns | https://docs.microsoft.com/windows/powertoys/file-explorer |
|
||||||
|
| PowerToysOverview_ImageResizer | https://docs.microsoft.com/windows/powertoys/image-resizer |
|
||||||
|
| PowerToysOverview_KeyboardManager | https://docs.microsoft.com/windows/powertoys/keyboard-manager |
|
||||||
|
| PowerToysOverview_PowerRename | https://docs.microsoft.com/windows/powertoys/powerrename |
|
||||||
|
| PowerToysOverview_PowerToysRun | https://docs.microsoft.com/windows/powertoys/run |
|
||||||
|
| PowerToysOverview_ShortcutGuide | https://docs.microsoft.com/windows/powertoys/shortcut-guide |
|
||||||
|
| PowerToysOverview_VideoConference | https://docs.microsoft.com/windows/powertoys/video-conference-mute |
|
||||||
|
| powerToysPowerLauncherImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/PowerLauncher_small.png |
|
||||||
|
| powerToysPowerLauncherSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/PowerLauncher_large.png |
|
||||||
|
| powerToysPowerPreviewImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/PowerPreview_small.png |
|
||||||
|
| powerToysPowerPreviewSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/PowerPreview_large.png |
|
||||||
|
| powerToysPowerRenameImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/PowerRename_small.png |
|
||||||
|
| powerToysPowerRenameSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/PowerRename_large.png |
|
||||||
|
| powerToysPTImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/PT_small.png |
|
||||||
|
| powerToysPTSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/PT_large.png |
|
||||||
|
| powerToysReportBug | https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=Issue-Bug%2CTriage-Needed&template=bug_report.yml&title= |
|
||||||
|
| powerToysRequestFeature | https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=feature_request.md&title= |
|
||||||
|
| powerToysShortcutGuideImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/ShortcutGuide_small.png |
|
||||||
|
| powerToysShortcutGuideSettingImage | https://raw.githubusercontent.com/microsoft/PowerToys/master/doc/images/overview/ShortcutGuide_large.png |
|
||||||
|
| powerToysVideoConferenceImageSmall | https://github.com/microsoft/PowerToys/wiki/images/overview/VideoConference_small.png |
|
||||||
|
| powerToysVideoConferenceSettingImage | https://github.com/microsoft/PowerToys/wiki/images/overview/VideoConference_large.png |
|
||||||
|
| powertoyswiki | https://github.com/microsoft/PowerToys/wiki |
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Upravit rozložení zóny]]></Val>
|
<Val><![CDATA[Upravit zóny]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Zonenlayout bearbeiten]]></Val>
|
<Val><![CDATA[Zonen bearbeiten]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Editar diseño de zona]]></Val>
|
<Val><![CDATA[Editar zonas]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Modifier la disposition de zone]]></Val>
|
<Val><![CDATA[Modifier les zones]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Zónaelrendezés szerkesztése]]></Val>
|
<Val><![CDATA[Zónák szerkesztése]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Modifica layout zona]]></Val>
|
<Val><![CDATA[Modifica zone]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[ゾーンのレイアウトの編集]]></Val>
|
<Val><![CDATA[ゾーンの編集]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[영역 레이아웃 편집]]></Val>
|
<Val><![CDATA[영역 편집]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Indeling van zones bewerken]]></Val>
|
<Val><![CDATA[Zones bewerken]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Edytuj układ strefy]]></Val>
|
<Val><![CDATA[Edytuj strefy]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Editar o layout da zona]]></Val>
|
<Val><![CDATA[Editar zonas]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Editar esquema de zona]]></Val>
|
<Val><![CDATA[Editar zonas]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Изменить макет зоны]]></Val>
|
<Val><![CDATA[Изменить зоны]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Redigera zonlayout]]></Val>
|
<Val><![CDATA[Redigera zoner]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[Alan düzenini düzenle]]></Val>
|
<Val><![CDATA[Bölgeleri düzenle]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[编辑区域布局]]></Val>
|
<Val><![CDATA[编辑区域]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -246,12 +246,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Edit_zones" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edit zone layout]]></Val>
|
<Val><![CDATA[Edit zones]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[編輯區域配置]]></Val>
|
<Val><![CDATA[編輯區域]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Edit zones]]></Val>
|
<Val><![CDATA[Edit zone layout]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
@ -50,6 +50,7 @@ KeyboardManager::KeyboardManager()
|
|||||||
loadingSettings = false;
|
loadingSettings = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
editorIsRunningEvent = CreateEvent(nullptr, true, false, KeyboardManagerConstants::EditorWindowEventName.c_str());
|
||||||
settingsEventWaiter = EventWaiter(KeyboardManagerConstants::SettingsEventName, changeSettingsCallback);
|
settingsEventWaiter = EventWaiter(KeyboardManagerConstants::SettingsEventName, changeSettingsCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -126,8 +127,7 @@ intptr_t KeyboardManager::HandleKeyboardHookEvent(LowlevelKeyboardEvent* data) n
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Suspend remapping if remap key/shortcut window is opened
|
// Suspend remapping if remap key/shortcut window is opened
|
||||||
auto h = CreateEvent(nullptr, true, false, KeyboardManagerConstants::EditorWindowEventName.c_str());
|
if (editorIsRunningEvent != nullptr && WaitForSingleObject(editorIsRunningEvent, 0) == WAIT_OBJECT_0)
|
||||||
if (h != nullptr && WaitForSingleObject(h, 0) == WAIT_OBJECT_0)
|
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,15 @@ class KeyboardManager
|
|||||||
public:
|
public:
|
||||||
// Constructor
|
// Constructor
|
||||||
KeyboardManager();
|
KeyboardManager();
|
||||||
|
|
||||||
|
~KeyboardManager()
|
||||||
|
{
|
||||||
|
if (editorIsRunningEvent)
|
||||||
|
{
|
||||||
|
CloseHandle(editorIsRunningEvent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void StartLowlevelKeyboardHook();
|
void StartLowlevelKeyboardHook();
|
||||||
void StopLowlevelKeyboardHook();
|
void StopLowlevelKeyboardHook();
|
||||||
|
|
||||||
@ -38,6 +46,8 @@ private:
|
|||||||
|
|
||||||
std::atomic_bool loadingSettings = false;
|
std::atomic_bool loadingSettings = false;
|
||||||
|
|
||||||
|
HANDLE editorIsRunningEvent = nullptr;
|
||||||
|
|
||||||
// Hook procedure definition
|
// Hook procedure definition
|
||||||
static LRESULT CALLBACK HookProc(int nCode, WPARAM wParam, LPARAM lParam);
|
static LRESULT CALLBACK HookProc(int nCode, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
|
@ -1,115 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
from __future__ import print_function
|
|
||||||
import json
|
|
||||||
import sys
|
|
||||||
import inspect
|
|
||||||
|
|
||||||
class Wox(object):
|
|
||||||
"""
|
|
||||||
Wox python plugin base
|
|
||||||
"""
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
rpc_request = json.loads(sys.argv[1])
|
|
||||||
# proxy is not working now
|
|
||||||
self.proxy = rpc_request.get("proxy",{})
|
|
||||||
request_method_name = rpc_request.get("method")
|
|
||||||
request_parameters = rpc_request.get("parameters")
|
|
||||||
methods = inspect.getmembers(self, predicate=inspect.ismethod)
|
|
||||||
|
|
||||||
request_method = dict(methods)[request_method_name]
|
|
||||||
results = request_method(*request_parameters)
|
|
||||||
|
|
||||||
if request_method_name == "query" or request_method_name == "context_menu":
|
|
||||||
print(json.dumps({"result": results}))
|
|
||||||
|
|
||||||
def query(self,query):
|
|
||||||
"""
|
|
||||||
sub class need to override this method
|
|
||||||
"""
|
|
||||||
return []
|
|
||||||
|
|
||||||
def context_menu(self, data):
|
|
||||||
"""
|
|
||||||
optional context menu entries for a result
|
|
||||||
"""
|
|
||||||
return []
|
|
||||||
|
|
||||||
def debug(self,msg):
|
|
||||||
"""
|
|
||||||
alert msg
|
|
||||||
"""
|
|
||||||
print("DEBUG:{}".format(msg))
|
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
class WoxAPI(object):
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def change_query(cls,query,requery = False):
|
|
||||||
"""
|
|
||||||
change wox query
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.ChangeQuery","parameters":[query,requery]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def shell_run(cls,cmd):
|
|
||||||
"""
|
|
||||||
run shell commands
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.ShellRun","parameters":[cmd]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def close_app(cls):
|
|
||||||
"""
|
|
||||||
close wox
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.CloseApp","parameters":[]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def hide_app(cls):
|
|
||||||
"""
|
|
||||||
hide wox
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.HideApp","parameters":[]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def show_app(cls):
|
|
||||||
"""
|
|
||||||
show wox
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.ShowApp","parameters":[]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def show_msg(cls,title,sub_title,ico_path=""):
|
|
||||||
"""
|
|
||||||
show messagebox
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.ShowMsg","parameters":[title,sub_title,ico_path]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def open_setting_dialog(cls):
|
|
||||||
"""
|
|
||||||
open setting dialog
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.OpenSettingDialog","parameters":[]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def start_loadingbar(cls):
|
|
||||||
"""
|
|
||||||
start loading animation in wox
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.StartLoadingBar","parameters":[]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def stop_loadingbar(cls):
|
|
||||||
"""
|
|
||||||
stop loading animation in wox
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.StopLoadingBar","parameters":[]}))
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def reload_plugins(cls):
|
|
||||||
"""
|
|
||||||
reload all wox plugins
|
|
||||||
"""
|
|
||||||
print(json.dumps({"method": "Wox.ReloadPlugins","parameters":[]}))
|
|
@ -7,7 +7,7 @@ using System.Text.Json.Serialization;
|
|||||||
|
|
||||||
namespace Microsoft.PowerToys.Settings.UI.Library
|
namespace Microsoft.PowerToys.Settings.UI.Library
|
||||||
{
|
{
|
||||||
// Represents a powertoys module settings setnt to the runner.
|
// Represents a powertoys module settings sent to the runner.
|
||||||
public class SndModuleSettings<T>
|
public class SndModuleSettings<T>
|
||||||
{
|
{
|
||||||
[JsonPropertyName("powertoys")]
|
[JsonPropertyName("powertoys")]
|
||||||
|
@ -1053,7 +1053,7 @@ Take a moment to preview the various utilities listed or view our comprehensive
|
|||||||
<value>release notes</value>
|
<value>release notes</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_ColorPicker_HowToUse.Text" xml:space="preserve">
|
<data name="Oobe_ColorPicker_HowToUse.Text" xml:space="preserve">
|
||||||
<value>{Win} + {Ctrl} + {C} to open Color Picker.</value>
|
<value>{Win} + {Shift} + {C} to open Color Picker.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_ColorPicker_TipsAndTricks.Text" xml:space="preserve">
|
<data name="Oobe_ColorPicker_TipsAndTricks.Text" xml:space="preserve">
|
||||||
<value>To select a color with more precision, {scroll the mouse wheel} to zoom in.</value>
|
<value>To select a color with more precision, {scroll the mouse wheel} to zoom in.</value>
|
||||||
|
@ -1821,12 +1821,12 @@
|
|||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";Oobe_FancyZones_HowToUse.Text" ItemType="0;.resx" PsrId="211" Leaf="true">
|
<Item ItemId=";Oobe_FancyZones_HowToUse.Text" ItemType="0;.resx" PsrId="211" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{Shift} + {dragging the window} to snap a window to a zone, and release the window in the desired zone. {Win} + {`} to open the FancyZones editor.]]></Val>
|
<Val><![CDATA[{Shift} + {dragging the window} to snap a window to a zone, and release the window in the desired zone. {Win} + {Shift} + {`} to open the FancyZones editor.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
<Val><![CDATA[按住 {Shift} 的同时{dragging the window},可以将窗口贴靠到区域,然后在所需区域中释放窗口。同时按住 {Win} + {`} 可以打开 FancyZones 编辑器。]]></Val>
|
<Val><![CDATA[按住 {Shift} 的同时 {dragging the window},可以将窗口贴靠到区域,然后在所需区域中释放窗口。同时按住 {Win} + {Shift} + {`} 可以打开 FancyZones 编辑器。]]></Val>
|
||||||
</Tgt>
|
</Tgt>
|
||||||
<Prev Cat="Text">
|
<Prev Cat="Text">
|
||||||
<Val><![CDATA[Shift + drag while dragging the window to snap a window to a zone, and release the window in the desired zone.]D;]A;Win + ` to open the FancyZones editor.]]></Val>
|
<Val><![CDATA[{Shift} + {dragging the window} to snap a window to a zone, and release the window in the desired zone. {Win} + {`} to open the FancyZones editor.]]></Val>
|
||||||
</Prev>
|
</Prev>
|
||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
|
Loading…
Reference in New Issue
Block a user