{"id":2636,"date":"2024-07-16T14:19:36","date_gmt":"2024-07-16T14:19:36","guid":{"rendered":"https:\/\/cpstesters.com\/%d7%9e%d7%91%d7%97%d7%9f-%d7%92%d7%9c%d7%92%d7%95%d7%9c-%d7%9e%d7%a4%d7%aa%d7%97-n-key-rollover-nkro-tester\/"},"modified":"2024-09-17T14:50:58","modified_gmt":"2024-09-17T14:50:58","slug":"key-rollover-test","status":"publish","type":"page","link":"https:\/\/cpstesters.com\/he\/key-rollover-test\/","title":{"rendered":"\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7 | N-Key Rollover NKRO Tester"},"content":{"rendered":"\n<p>\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05d4\u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05d9\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05dc\u05d1\u05d3\u05d5\u05e7 \u05db\u05de\u05d4 \u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05e9\u05d5\u05dd \u05d1\u05de\u05e7\u05dc\u05d3\u05ea \u05d4\u05de\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da!<\/p>\n<style>\r\n\ttable{\r\n\t\tbackground: #FFB15E;\r\n    color: white;\r\n    text-align: center;\t\r\n\t}\r\n\ttable td{\r\n\t\tfont-size:25px;\t\r\n\t}\r\n<\/style>\r\n\r\n<script type=\"text\/javascript\">\r\nvar keys = [];\r\nvar order = [];\r\n\r\nfunction getkeyname(keycode) {\r\n\tif(keycode >= 65 && keycode <= 90) {\r\n\t\treturn String.fromCharCode(keycode);\r\n\t}\r\n\tif(keycode >= 48 && keycode <= 57) return keycode - 48;\r\n\tif(keycode == 8) return \"&lt;BACKSPACE&gt;\";\r\n\tif(keycode == 9) return \"&lt;TAB&gt;\";\r\n\tif(keycode == 12) return \"&lt;NUM5&gt;\";\r\n\tif(keycode == 13) return \"&lt;ENTER&gt;\";\r\n\tif(keycode == 16) return \"&lt;SHIFT&gt;\";\r\n\tif(keycode == 17) return \"&lt;CTRL&gt;\";\r\n\tif(keycode == 18) return \"&lt;ALT&gt;\";\r\n\tif(keycode == 19) return \"&lt;PAUSE&gt;\";\r\n\tif(keycode == 20) return \"&lt;CAPSLOCK&gt;\";\r\n\tif(keycode == 27) return \"&lt;ESC&gt;\";\r\n\tif(keycode == 32) return \"&lt;SPACE&gt;\";\r\n\tif(keycode == 33) return \"&lt;PAGEUP&gt;\";\r\n\tif(keycode == 34) return \"&lt;PAGEDOWN&gt;\";\r\n\tif(keycode == 35) return \"&lt;END&gt;\";\r\n\tif(keycode == 36) return \"&lt;HOME&gt;\";\r\n\tif(keycode == 37) return \"&lt;LEFTARROW&gt;\";\r\n\tif(keycode == 38) return \"&lt;UPARROW&gt;\";\r\n\tif(keycode == 39) return \"&lt;RIGHTARROW&gt;\";\r\n\tif(keycode == 40) return \"&lt;DOWNARROW&gt;\";\r\n\tif(keycode == 45) return \"&lt;INSERT&gt;\";\r\n\tif(keycode == 46) return \"&lt;DELETE&gt;\";\r\n\tif(keycode == 59) return \";\";\r\n\tif(keycode == 91) return \"&lt;LEFTWINDOWS&gt;\";\r\n\tif(keycode == 92) return \"&lt;RIGHTWINDOWS&gt;\";\r\n\tif(keycode == 93) return \"&lt;MENU&gt;\";\r\n\tif(keycode >= 96 && keycode <= 105) return \"&lt;NUM\" + (keycode - 96) + \"&gt;\";\r\n\tif(keycode == 106) return \"&lt;MULTIPLY&gt;\";\r\n\tif(keycode == 107) return \"&lt;ADD&gt;\";\r\n\tif(keycode == 109) return \"&lt;SUBTRACT&gt;\";\r\n\tif(keycode == 110) return \"&lt;DECIMAL&gt;\";\r\n\tif(keycode == 111) return \"&lt;DIVIDE&gt;\";\r\n\tif(keycode >= 112 && keycode <= 123) return \"&lt;F\" + (keycode - 111) + \"&gt;\";\r\n\tif(keycode == 144) return \"&lt;NUMLOCK&gt;\";\r\n\tif(keycode == 145) return \"&lt;SCROLLLOCK&gt;\";\r\n\tif(keycode == 186) return \"&lt;SEMICOLON&gt;\";\r\n\tif(keycode == 187) return \"&lt;EQUALS&gt;\";\r\n\tif(keycode == 188) return \",\";\r\n\tif(keycode == 189) return \"&lt;DASH&gt;\";\r\n\tif(keycode == 190) return \".\";\r\n\tif(keycode == 191) return \"\/\";\r\n\tif(keycode == 192) return \"&lt;BACKTICK&gt;\";\r\n\tif(keycode == 219) return \"[\";\r\n\tif(keycode == 220) return \"\\\\\";\r\n\tif(keycode == 221) return \"]\";\r\n\tif(keycode == 222) return \"'\";\r\n\treturn \"&lt;\" + keycode + \"&gt;\";\r\n}\r\n\r\n\/\/This prototype is provided by the Mozilla foundation and\r\n\/\/is distributed under the MIT license.\r\n\/\/http:\/\/www.ibiblio.org\/pub\/Linux\/LICENSES\/mit.license\r\nif (!Array.prototype.map)\r\n{\r\n  Array.prototype.map = function(fun \/*, thisp*\/)\r\n  {\r\n    var len = this.length;\r\n    if (typeof fun != \"function\")\r\n      throw new TypeError();\r\n\r\n    var res = new Array(len);\r\n    var thisp = arguments[1];\r\n    for (var i = 0; i < len; i++)\r\n    {\r\n      if (i in this)\r\n        res[i] = fun.call(thisp, this[i], i, this);\r\n    }\r\n\r\n    return res;\r\n  };\r\n}\r\n\r\nfunction update() {\r\n\tdocument.getElementById('disp').innerHTML = order.map(getkeyname).join(\"\");\r\n\tdocument.getElementById('count').innerHTML = order.length;\r\n}\r\n\r\nfunction remove(which) {\r\n\tfor(var i = 0; i < order.length; i++) {\r\n\t\tif(order[i] == which) {\r\n\t\t\torder.splice(i, 1);\r\n\t\t\treturn;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nfunction getkeycode(e) {\r\n\tvar keycode;\r\n\tif (window.event) keycode = window.event.keyCode;\r\n\telse if (e) keycode = e.which;\r\n\treturn keycode;\r\n}\r\n\r\njQuery(\"body\").keyup(function(){\r\n\tc=getkeycode(event); keys[c] = ''; remove(c); update();\r\n});\r\njQuery(\"body\").keydown(function(){\r\n\tc=getkeycode(event); if(keys[c] == c) return \r\nfalse; keys[c] = c; order[order.length] = c; update(); return false;\r\n});\r\n\t\r\n<\/script>\r\n\r\n<p>Directions: Type some keys.<p>\r\n\r\n<table border = 1 width=500>\r\n<tr><td>\r\n<p><br><\/p>\r\n Keys accepted: <span id=\"disp\"><\/span><br>\r\n Count: <span id=\"count\"><\/span><br>\r\n<p><br><\/p>\r\n\r\n<\/td><\/tr><\/table>\n\n<p><\/p>\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">\u05de\u05d4\u05d5 \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea?<\/h2>\n\n<p>\u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e7\u05e9\u05d9\u05dd \u05e9\u05de\u05e7\u05dc\u05d3\u05ea \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e8\u05e9\u05d5\u05dd \u05d1\u05d5-\u05d6\u05de\u05e0\u05d9\u05ea \u05de\u05db\u05d5\u05e0\u05d4 \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea. \u05db\u05d0\u05e9\u05e8 \u05d4\u05d2\u05dc\u05d2\u05d5\u05dc \u05e9\u05dc \u05de\u05e7\u05e9 x \u05e0\u05db\u05ea\u05d1 (\u05db\u05d0\u05e9\u05e8 x \u05d4\u05d5\u05d0 \u05de\u05e1\u05e4\u05e8), \u05d4-x \u05de\u05d9\u05d9\u05e6\u05d2 \u05d0\u05ea \u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd. \u05dc\u05e4\u05d9\u05db\u05da, \u05d6\u05d5\u05d4\u05d9 \u05e2\u05e8\u05d5\u05d1\u05d4 \u05e9\u05db\u05dc \u05e6\u05d9\u05e8\u05d5\u05e3 \u05e9\u05dc \u05db\u05dc \u05de\u05e7\u05e9\u05d9 x \u05d0\u05e7\u05e8\u05d0\u05d9 \u05d9\u05e4\u05e2\u05dc \u05db\u05de\u05ea\u05d5\u05db\u05e0\u05df.<\/p>\n\n<p>\u05de\u05e7\u05dc\u05d3\u05ea \u05dc\u05dc\u05d0 \u05d4\u05d2\u05d1\u05dc\u05d5\u05ea \u05db\u05dc\u05dc \u05de\u05db\u05d5\u05e0\u05d4 &#8220;\u05d2\u05dc\u05d2\u05d5\u05dc N-key&#8221;, \u05db\u05dc\u05d5\u05de\u05e8 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e2\u05dc \u05d4\u05d3\u05e2\u05ea \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05db\u05dc \u05de\u05e7\u05e9 \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea.<\/p>\n\n<h2 class=\"wp-block-heading\">\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea<\/h2>\n\n<p>\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e7\u05dc\u05d3\u05ea \u05de\u05e9\u05de\u05e9 \u05db\u05d3\u05d9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05db\u05de\u05d4 \u05de\u05e7\u05e9\u05d9\u05dd \u05de\u05e7\u05dc\u05d3\u05ea \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e8\u05e9\u05d5\u05dd \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05d2\u05dc\u05d2\u05d5\u05dc \u05e9\u05dc 6 \u05de\u05e7\u05e9\u05d9\u05dd \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05dc\u05d7\u05d5\u05e5 \u05d1\u05d5-\u05d6\u05de\u05e0\u05d9\u05ea \u05e2\u05dc \u05db\u05dc \u05e9\u05d9\u05e9\u05d4 \u05de\u05e7\u05e9\u05d9\u05dd \u05d5\u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05db\u05e8\u05d0\u05d5\u05d9. \u05d9\u05e9 \u05dc\u05e6\u05d9\u05d9\u05df \u05db\u05d9 \u05d0\u05d9\u05df \u05d1\u05d9\u05d8\u05d7\u05d5\u05df \u05e9\u05e9\u05d9\u05dc\u05d5\u05d1\u05d9\u05dd \u05e2\u05dd \u05d9\u05d5\u05ea\u05e8 \u05de\u05e9\u05d9\u05e9\u05d4 \u05de\u05e7\u05e9\u05d9\u05dd \u05d9\u05e4\u05e2\u05dc\u05d5 \u05d2\u05dd \u05d4\u05dd, \u05dc\u05db\u05df \u05d0\u05d9\u05df \u05d2\u05d1\u05d5\u05dc \u05e2\u05dc\u05d9\u05d5\u05df.<\/p>\n\n<p>\u05dc\u05de\u05e8\u05d5\u05ea \u05e9\u05e8\u05d5\u05d1 \u05d4\u05d9\u05e6\u05e8\u05e0\u05d9\u05dd \u05e2\u05d5\u05e7\u05d1\u05d9\u05dd \u05d0\u05d7\u05e8 \u05d4\u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05de\u05d5\u05d2\u05d3\u05e8 \u05e9\u05dc \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea, \u05d7\u05dc\u05e7\u05dd \u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05e1\u05e4\u05d9\u05e8\u05d5\u05ea \u05d3\u05d9 \u05d7\u05e8\u05d9\u05d2\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d9\u05e2 \u05dc\u05e2\u05e8\u05da \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7 \u05d2\u05d3\u05d5\u05dc \u05d9\u05d5\u05ea\u05e8. \u05e1\u05e4\u05d9\u05e8\u05ea <a href=\"https:\/\/www.tomshardware.com\/reviews\/-n-key-rollover-nkro-definition,5751.html\" target=\"_blank\" rel=\"noreferrer noopener\">\u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7<\/a> \u05e0\u05e4\u05d5\u05e6\u05d4 \u05d4\u05d9\u05d0 \u05d2\u05d9\u05e9\u05ea \u05e1\u05e4\u05d9\u05e8\u05d4 \u05d7\u05dc\u05d5\u05e4\u05d9\u05ea \u05db\u05d6\u05d5 \u05d4\u05de\u05e9\u05dc\u05d1\u05ea, \u05dc\u05de\u05e9\u05dc, \u05d0\u05ea \u05e9\u05d9\u05dc\u05d5\u05d1\u05d9 \u05d4\u05de\u05e7\u05e9\u05d9\u05dd \u05d4\u05d0\u05e4\u05e9\u05e8\u05d9\u05d9\u05dd \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d7\u05e6\u05e0\u05d9 \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 (Ctrl, Alt, Shift \u05d5\u05db\u05d5&#8217;). \u05d6\u05d4 \u05db\u05de\u05d5\u05d1\u05df \u05dc\u05d0 \u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05ea\u05d9\u05d0\u05d5\u05e8.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/cpstesters.com\/wp-content\/uploads\/2022\/09\/Keyboard-Rollover-Test-1.jpg\" alt=\"&#x5DE;&#x5D1;&#x5D7;&#x5DF; &#x5D2;&#x5DC;&#x5D2;&#x5D5;&#x5DC; &#x5DE;&#x5E4;&#x5EA;&#x5D7;&#x5D5;&#x5EA;\" class=\"wp-image-626\" title=\"\" srcset=\"https:\/\/cpstesters.com\/wp-content\/uploads\/2022\/09\/Keyboard-Rollover-Test-1.jpg 1000w, https:\/\/cpstesters.com\/wp-content\/uploads\/2022\/09\/Keyboard-Rollover-Test-1-300x150.jpg 300w, https:\/\/cpstesters.com\/wp-content\/uploads\/2022\/09\/Keyboard-Rollover-Test-1-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption class=\"wp-element-caption\">\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea<\/figcaption><\/figure>\n<\/div>\n<p class=\"has-text-align-center has-base-background-color has-background has-medium-font-size\"><em>\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d6\u05d4, \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05d2\u05dd \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05e7\u05dc\u05d3\u05d4 \u05e9\u05dc\u05da \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea <a href=\"https:\/\/cpstesters.com\/he\/%d7%9e%d7%91%d7%97%d7%9f-wpm\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u05de\u05d1\u05d7\u05df \u05de\u05d9\u05dc\u05d9\u05dd \u05dc\u05d3\u05e7\u05d4<\/a> !<\/em><\/p>\n\n<h2 class=\"wp-block-heading\">\u05db\u05d9\u05e6\u05d3 \u05dc\u05d1\u05d3\u05d5\u05e7 NKRO \u05d1\u05de\u05e7\u05dc\u05d3\u05ea \u05e9\u05dc\u05da?<\/h2>\n\n<p>\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05e4\u05e9\u05d5\u05d8 \u05dc\u05d1\u05e6\u05e2 \u05d0\u05ea \u05de\u05d1\u05d7\u05df n key rollover \u05d0\u05d5 \u05de\u05d1\u05d7\u05df NKRO \u05e2\u05dc \u05d9\u05d3\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05ea\u05d5\u05db\u05e0\u05ea \u05d8\u05e7\u05e1\u05d8 \u05db\u05de\u05d5 Microsoft Word \u05d1\u05e0\u05d5\u05e1\u05e3 \u05dc\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05d9\u05e6\u05e8\u05df \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05d9\u05d6\u05d4 n-key rollover \u05d4\u05de\u05e7\u05dc\u05d3\u05ea \u05e9\u05dc\u05da \u05de\u05e6\u05d9\u05e2\u05d4.<\/p>\n\n<p>\u05d4\u05ea\u05d7\u05dc \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05d1\u05d5-\u05d6\u05de\u05e0\u05d9\u05ea \u05e2\u05dc \u05e9\u05e0\u05d9 \u05de\u05e7\u05e9\u05d9\u05dd, \u05e9\u05d9\u05dd \u05dc\u05d1 \u05dc\u05de\u05e7\u05e9\u05d9\u05dd \u05e9\u05d0\u05ea\u05d4 \u05dc\u05d5\u05d7\u05e5 \u05e2\u05dc\u05d9\u05d4\u05dd. \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df, \u05e2\u05dc\u05d4 \u05de\u05e7\u05e9 \u05d0\u05d7\u05d3 \u05dc\u05de\u05e2\u05dc\u05d4 \u05d5\u05d4\u05ea\u05d0\u05dd \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05dc\u05d7\u05d9\u05e6\u05d5\u05ea \u05d4\u05de\u05e7\u05e9\u05d9\u05dd \u05d4\u05e0\u05e8\u05d0\u05d5\u05ea \u05e2\u05dc \u05d4\u05de\u05e1\u05da.<\/p>\n\n<p>\u05d5\u05d3\u05d0 \u05e9-NKRO \u05de\u05d5\u05e4\u05e2\u05dc \u05d0\u05dd \u05d0\u05ea\u05d4 \u05e6\u05d5\u05e4\u05d4 NKRO \u05de\u05d4\u05de\u05e7\u05dc\u05d3\u05ea \u05e9\u05dc\u05da \u05d0\u05d1\u05dc \u05dc\u05d0 \u05e8\u05d5\u05d0\u05d4 \u05d0\u05ea \u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05e0\u05db\u05d5\u05df \u05e9\u05dc \u05d4\u05e7\u05e9\u05d5\u05ea. \u05d1\u05d7\u05dc\u05e7 \u05de\u05d4\u05de\u05e7\u05dc\u05d3\u05d5\u05ea, \u05e2\u05dc\u05d9\u05da \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05e6\u05d9\u05e8\u05d5\u05e3 \u05de\u05e7\u05e9\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05dd \u05d0\u05d5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05de\u05e7\u05dc\u05d3\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05ea\u05db\u05d5\u05e0\u05ea NKRO.<\/p>\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>\u05de\u05d4 \u05d4\u05d2\u05dc\u05d2\u05d5\u05dc \u05e9\u05dc \u05d4\u05de\u05e7\u05dc\u05d3\u05ea \u05e9\u05dc\u05d9?<\/strong><\/h3>\n\n<p>\u05dc\u05d7\u05e5 \u05e2\u05dc \u05e9\u05dc\u05d5\u05e9\u05ea, \u05d0\u05e8\u05d1\u05e2 \u05d5\u05d7\u05de\u05d9\u05e9\u05d4 \u05d4\u05de\u05e7\u05e9\u05d9\u05dd \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea \u05db\u05d3\u05d9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05d2\u05dc\u05d2\u05d5\u05dc. \u05dc\u05de\u05e7\u05dc\u05d3\u05ea \u05d9\u05e9 \u05d4\u05ea\u05d4\u05e4\u05db\u05d5\u05ea \u05d0\u05dd \u05db\u05dc \u05db\u05da \u05d4\u05e8\u05d1\u05d4 \u05de\u05e7\u05e9\u05d9\u05dd \u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05e2\u05dc \u05d4\u05de\u05e1\u05da \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u05d0\u05d9\u05da \u05d0\u05e0\u05d9 \u05d1\u05d5\u05d3\u05e7 \u05d0\u05ea \u05de\u05e7\u05dc\u05d3\u05ea \u05d4\u05d4\u05ea\u05d4\u05e4\u05db\u05d5\u05ea \u05e9\u05dc\u05d9?<\/strong><\/h3>\n\n<p>\u05db\u05d3\u05d9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05e7\u05dc\u05d3\u05ea \u05d4\u05d2\u05dc\u05d2\u05d5\u05dc \u05e9\u05dc\u05da, \u05e0\u05e1\u05d4 \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05d4\u05de\u05e7\u05e9\u05d9\u05dd \u05d4\u05de\u05e7\u05d5\u05d5\u05df \u05e9\u05dc\u05e0\u05d5. \u05d6\u05d5\u05d4\u05d9 \u05d4\u05d2\u05d9\u05e9\u05d4 \u05d4\u05de\u05d4\u05d9\u05e8\u05d4 \u05d5\u05d4\u05e4\u05e9\u05d5\u05d8\u05d4 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05dc\u05d4\u05e6\u05d9\u05d2 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d3\u05d5\u05d9\u05e7\u05d5\u05ea.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u05de\u05d4\u05d5 \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7 \u05d8\u05d5\u05d1?<\/strong><\/h3>\n\n<p>\u05dc\u05d4\u05e7\u05dc\u05d3\u05d4 \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05e2\u05d1\u05d5\u05e8 2 \u05de\u05e4\u05ea\u05d7\u05d5\u05ea. \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d2\u05dc\u05d2\u05dc \u05e9\u05d9\u05e9\u05d4 \u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05dc\u05de\u05e9\u05d7\u05e7\u05d9\u05dd. \u05d1\u05de\u05e9\u05d7\u05e7\u05d9\u05dd, \u05e1\u05d1\u05d9\u05e8 \u05dc\u05d4\u05e0\u05d9\u05d7 \u05e9\u05ea\u05ea\u05e7\u05dc \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d1\u05e9\u05d9\u05dc\u05d5\u05d1\u05d9 \u05de\u05e7\u05e9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05d9\u05e2\u05d1\u05d3\u05d5 \u05d5\u05db\u05ea\u05d5\u05e6\u05d0\u05d4 \u05de\u05db\u05da \u05ea\u05d4\u05d9\u05d4 \u05d7\u05d5\u05d5\u05d9\u05ea \u05de\u05e9\u05d7\u05e7 \u05d0\u05d5\u05de\u05dc\u05dc\u05d4.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u05d4\u05d0\u05dd \u05d2\u05dc\u05d2\u05d5\u05dc 6 \u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05de\u05e1\u05e4\u05d9\u05e7 \u05dc\u05de\u05e9\u05d7\u05e7\u05d9\u05dd?<\/strong><\/h3>\n\n<p>\u05de\u05e7\u05dc\u05d3\u05d5\u05ea \u05d2\u05d9\u05d9\u05de\u05d9\u05e0\u05d2 \u05de\u05e2\u05d5\u05dc\u05d5\u05ea \u05db\u05d5\u05dc\u05dc\u05d5\u05ea \u05d2\u05dc\u05d2\u05d5\u05dc \u05e9\u05dc 6 \u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05e8\u05d5\u05d7\u05d5\u05ea \u05e8\u05e4\u05d0\u05d9\u05dd. \u05d2\u05d9\u05d9\u05de\u05e8\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd \u05d5\u05d0\u05d7\u05e8\u05d9\u05dd \u05e9\u05de\u05e7\u05dc\u05d9\u05d3\u05d9\u05dd \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d9\u05d1\u05d5\u05dc\u05ea \u05d4\u05e7\u05e9\u05d4 \u05d1\u05de\u05e7\u05d1\u05d9\u05dc \u05e9\u05dc 6KRO.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u05d4\u05d0\u05dd \u05db\u05dc \u05d4\u05de\u05e7\u05dc\u05d3\u05d5\u05ea \u05d4\u05de\u05db\u05e0\u05d9\u05d5\u05ea \u05de\u05ea\u05d4\u05e4\u05db\u05d5\u05ea \u05e2\u05dd \u05de\u05e4\u05ea\u05d7 N?<\/strong><\/h3>\n\n<p>\u05de\u05e7\u05dc\u05d3\u05d5\u05ea \u05de\u05de\u05d1\u05e8\u05e0\u05d4 \u05d0\u05d9\u05e0\u05df \u05de\u05d5\u05db\u05e8\u05d5\u05ea \u05d4\u05d9\u05d8\u05d1 \u05d1\u05e9\u05dc \u05d2\u05dc\u05d2\u05d5\u05dc n-key \u05e2\u05e7\u05d1 \u05de\u05d2\u05d1\u05dc\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05e9\u05d1\u05d5 \u05d4\u05df \u05d1\u05e0\u05d5\u05d9\u05d5\u05ea, \u05d5\u05d0\u05d9\u05dc\u05d5 \u05de\u05e7\u05dc\u05d3\u05d5\u05ea \u05de\u05db\u05e0\u05d9\u05d5\u05ea \u05db\u05df.<\/p>\n\n<p>\u05d1\u05d3\u05d5\u05e7 \u05d2\u05dd \u05d0\u05ea \u05d4\u05db\u05dc\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/cpstesters.com\/he\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u05dc\u05d7\u05e5 \u05e2\u05dc \u05d1\u05d3\u05d9\u05e7\u05d4 \u05dc\u05e9\u05e0\u05d9\u05d9\u05d4<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cpstesters.com\/he\/%d7%96%d7%9e%d7%9f-%d7%aa%d7%92%d7%95%d7%91%d7%94-%d7%a2%d7%99%d7%9b%d7%95%d7%91-%d7%95%d7%a9%d7%99%d7%a2%d7%95%d7%a8-%d7%a1%d7%a7%d7%a8%d7%99%d7%9d\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u05d1\u05d3\u05d9\u05e7\u05ea \u05d0\u05d7\u05d6\u05d5\u05e8 \u05de\u05e7\u05dc\u05d3\u05ea<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cpstesters.com\/he\/%d7%91%d7%93%d7%95%d7%a7-%d7%90%d7%aa-%d7%9e%d7%94%d7%99%d7%a8%d7%95%d7%aa-%d7%94%d7%9c%d7%97%d7%99%d7%a6%d7%94-%d7%a9-3\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u05de\u05d5\u05e0\u05d4 \u05de\u05e7\u05e9 \u05e8\u05d5\u05d5\u05d7<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cpstesters.com\/he\/%d7%91%d7%93%d7%95%d7%a7-%d7%90%d7%aa-%d7%94%d7%9e%d7%a4%d7%aa%d7%97%d7%95%d7%aa-%d7%a9%d7%9c%d7%9a-%d7%91%d7%90%d7%99%d7%a0%d7%98%d7%a8%d7%a0\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u05de\u05d1\u05d7\u05df \u05de\u05e7\u05dc\u05d3\u05ea \u05d1\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cpstesters.com\/he\/%d7%91%d7%93%d7%95%d7%a7-%d7%90%d7%aa-%d7%9e%d7%a7%d7%9c%d7%93%d7%aa\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u05d1\u05d5\u05d3\u05e7 \u05de\u05e7\u05dc\u05d3\u05ea \u05de\u05e7<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05d4\u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05d9\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05dc\u05d1\u05d3\u05d5\u05e7 \u05db\u05de\u05d4 \u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05e9\u05d5\u05dd \u05d1\u05de\u05e7\u05dc\u05d3\u05ea \u05d4\u05de\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da! \u05de\u05d4\u05d5 \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7\u05d5\u05ea? \u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e7\u05e9\u05d9\u05dd \u05e9\u05de\u05e7\u05dc\u05d3\u05ea \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e8\u05e9\u05d5\u05dd \u05d1\u05d5-\u05d6\u05de\u05e0\u05d9\u05ea \u05de\u05db\u05d5\u05e0\u05d4 &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"\u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7 | N-Key Rollover NKRO Tester\" class=\"read-more button\" href=\"https:\/\/cpstesters.com\/he\/key-rollover-test\/#more-2636\" aria-label=\"Read more about \u05de\u05d1\u05d7\u05df \u05d2\u05dc\u05d2\u05d5\u05dc \u05de\u05e4\u05ea\u05d7 | N-Key Rollover NKRO Tester\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":1713,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2636","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/pages\/2636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/comments?post=2636"}],"version-history":[{"count":4,"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/pages\/2636\/revisions"}],"predecessor-version":[{"id":4221,"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/pages\/2636\/revisions\/4221"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/media\/1713"}],"wp:attachment":[{"href":"https:\/\/cpstesters.com\/he\/wp-json\/wp\/v2\/media?parent=2636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}