{
  "attachments": [],
  "comments_archived": true,
  "date": "2004-07-22T05:03:27.000Z",
  "excerpt": "Something that has annoyed me for awhile is that Cmd-Click is what my X11 on OS X has been using by default to simulate a right-click.",
  "layout": "post",
  "title": "Use Control-Click for button3 in Apple's X11",
  "wordpress_id": 534,
  "wordpress_slug": "use-control-click-for-button3-in-apples-x11",
  "wordpress_url": "http://www.decafbad.com/blog/?p=534",
  "year": "2004",
  "month": "07",
  "day": "22",
  "isDir": false,
  "slug": "use-control-click-for-button3-in-apples-x11",
  "type": "entry",
  "postName": "2004-07-22-use-control-click-for-button3-in-apples-x11",
  "html": "<p>Popping in for a quick note.  Something that has annoyed me for awhile is that Cmd-Click is what my X11 on OS X has been using by default to simulate a right-click.  What I just found out is that I can do this:</p>\n<pre><code>defaults write com.apple.x11 fake_button2 option\ndefaults write com.apple.x11 fake_button3 control\n</code></pre>\n<p>Running <code>man Xquartz</code> in a terminal does wonders.</p>\n",
  "body": "Popping in for a quick note.  Something that has annoyed me for awhile is that Cmd-Click is what my X11 on OS X has been using by default to simulate a right-click.  What I just found out is that I can do this:\r\n\r\n    defaults write com.apple.x11 fake_button2 option\r\n    defaults write com.apple.x11 fake_button3 control\r\n\r\nRunning `man Xquartz` in a terminal does wonders.\r\n",
  "parentPath": "./content/posts/archives/2004",
  "path": "2004/07/22/use-control-click-for-button3-in-apples-x11",
  "needsBuild": true,
  "prevPostPath": "2004/07/14/dork-funk",
  "prevPostTitle": "Dork Funk",
  "nextPostPath": "2004/07/29/kibo-kibo-kibo",
  "nextPostTitle": "Kibo Kibo Kibo"
}