From 6e585a8af42e627e5c227b740850156b51f4eb18 Mon Sep 17 00:00:00 2001 From: Thanabodee Charoenpiriyakij Date: Thu, 18 Apr 2019 10:39:00 +0700 Subject: [PATCH] CONTRIBUTING.md: change keyboard shortcut for open devtools --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18a8008b..8794b56d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ That assumes you built with `--release`. To run the debug version, use `xray_deb XRAY_SRC_PATH=. script/xray_debug . ``` -Once a blank window has opened, press cmd-t to open the file selection menu. Search for a file, and press enter to open it. The contents of the file should appear in the window. If something does not go as expected, check the dev tools (cmd-shift-i) for errors. +Once a blank window has opened, press cmd-t to open the file selection menu. Search for a file, and press enter to open it. The contents of the file should appear in the window. If something does not go as expected, check the dev tools (alt-cmd-i) for errors. ## Running tests and benchmarks