{"id":72,"date":"2011-05-22T07:22:56","date_gmt":"2011-05-22T07:22:56","guid":{"rendered":"http:\/\/devnot.wordpress.com\/?p=72"},"modified":"2011-05-22T07:22:56","modified_gmt":"2011-05-22T07:22:56","slug":"check-whether-a-modifier-key-ctrlaltshift-is-currently-pressed","status":"publish","type":"post","link":"https:\/\/thomas-jansen.eu\/?p=72","title":{"rendered":"Check whether a modifier key (Ctrl\/Alt\/Shift) is currently in a pressed state."},"content":{"rendered":"<p>To check whether a modifier key is currently in a pressed state use the static function <em>Control. ModifierKeys<\/em><\/p>\n<p>Example:<\/p>\n<pre>if ((Control.ModifierKeys &amp; Keys.Shift) == Keys.Shift)\n{\n   ..\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To check whether a modifier key is currently in a pressed state use the static function Control. ModifierKeys Example: if ((Control.ModifierKeys &amp; Keys.Shift) == Keys.Shift) { .. }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[8,19,44,58,70],"class_list":["post-72","post","type-post","status-publish","format-standard","hentry","category-c","tag-alt","tag-ctrl","tag-modfier-key","tag-pressed","tag-shift"],"_links":{"self":[{"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=\/wp\/v2\/posts\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=72"}],"version-history":[{"count":0,"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=\/wp\/v2\/posts\/72\/revisions"}],"wp:attachment":[{"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=72"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=72"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thomas-jansen.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}