From b8b588e727cccfa668362ad9118028e367c86394 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 20 Feb 2020 17:42:36 -0600 Subject: [PATCH] Updated Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7111db2..8c52a08 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The choice is yours, but I'd recommend xbindkeys with xdotool for anyone that do }, ... ``` -~/.config/kinto/.firefox-nw (Note additional keymaps can easily be added to this file and I will accept any PR's with keymaps that align with macs) +~/.config/kinto/.firefox-nw ``` "xdotool key --delay 0 --clearmodifiers Control_L+bracketleft" // Alt/Cmd + Left @@ -106,6 +106,8 @@ The choice is yours, but I'd recommend xbindkeys with xdotool for anyone that do "xdotool key --delay 0 --clearmodifiers Control_L+bracketright" // Alt/Cmd + Right End + Release + +# Note additional keymaps can easily be added to this file and I will accept any PR's with keymaps that align with macs ``` Once you have made your changes you can restart the Kinto service and the changes will take affect.