<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>i3 FAQ - Individual question feed</title><link>https://faq.i3wm.org/questions/</link><description>Frequently asked questions and answers about the i3 window manager</description><atom:link href="http://faq.i3wm.org/feeds/question/6053/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Wed, 03 Jun 2015 03:28:34 +0000</lastBuildDate><item><title>How to remap key on i3</title><link>https://faq.i3wm.org/question/6053/how-to-remap-key-on-i3/</link><description> hello, I would like to know how I can remap key like Lock key to make it function as Ctrl key
thank you  </description><pubDate>Mon, 01 Jun 2015 18:17:44 +0000</pubDate><guid>https://faq.i3wm.org/question/6053/how-to-remap-key-on-i3/</guid></item><item><title>Answer by i3convert for &lt;p&gt;hello, I would like to know how I can remap key like Lock key to make it function as Ctrl key
thank you  &lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/6053/how-to-remap-key-on-i3/?answer=6058#post-id-6058</link><description>You have to use `xmodmap`. The following commands work on my computer:

    xmodmap -e "remove lock = Caps_Lock"
    xmodmap -e "keycode 66 = Control_L"
    xmodmap -e "add control = Control_L"

66 is the code of the Caps Lock key on my keyboard.</description><pubDate>Wed, 03 Jun 2015 03:28:34 +0000</pubDate><guid>https://faq.i3wm.org/question/6053/how-to-remap-key-on-i3/?answer=6058#post-id-6058</guid></item></channel></rss>