Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2022-05-30 17:55:10 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2022-05-30 17:55:10 +0300
commit7883c1bdf17b8ea57e0d3984af0322e57253317a (patch)
tree7431330c56d07b55ba737ba5521345331d2609d5 /win
parentaa96823872c7aa07b0b5dc530d2beb92ad4f0e3f (diff)
chore: Windows: Add GTK Inspector hint in Windows development Readme
Diffstat (limited to 'win')
-rw-r--r--win/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/win/README.md b/win/README.md
index 205e1d78c..66d7b527d 100644
--- a/win/README.md
+++ b/win/README.md
@@ -18,6 +18,15 @@ Download [msys2](https://www.msys2.org/) (msys2-x86_64-xxx.exe) and follow the i
* Now go to the git root dir `cd ..`
* Launch Gajim `./launch.py`
+### GtkInspector
+
+For Gtk Inspector to work, add the following registry key
+```
+HKEY_CURRENT_USER\Software\GSettings\org\gtk\settings\debug
+DWORD enable-inspector-keybinding = 1
+```
+
+Afterwards press CTRL + SHIFT + I, to activate GtkInspector
## Build Gajim / Create an Installer