{"id":5252,"date":"2024-08-10T09:00:00","date_gmt":"2024-08-10T07:00:00","guid":{"rendered":"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/"},"modified":"2024-08-10T09:00:00","modified_gmt":"2024-08-10T07:00:00","slug":"kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate","status":"publish","type":"post","link":"https:\/\/viva.racunalniske-novice.com\/en\/what-are-macro-keys-how-and-what-can-you-use-them-for\/","title":{"rendered":"What are macro keys? How and what can you use them for?"},"content":{"rendered":"<p>For many people, the keyboard ends at the Enter key, they do not use function keys, but they know the basic shortcuts for @, brackets and the like. What&#039;s more, it is already the domain of more experienced users. We would also like to see a survey of how many users have seen\/used mini, tenkeyless and other unusual sized keyboards (65 %, 75 %...). In all likelihood, the numbers would be very low. Macro keys also fall into the category of obscure keyboard functions that users don&#039;t know about, don&#039;t need, or don&#039;t understand.<\/p>\n\n\n\n<p>On the one hand, we understand. Setting up macro keys isn&#039;t something you do in a few seconds, especially not the first time. Once you&#039;re familiar with the process and know what you want, it&#039;s much easier and faster. Generic keyboards that sometimes come with pre-assembled computers will likely not have dedicated macro keys. <a href=\"https:\/\/viva.racunalniske-novice.com\/en\/mechanical-switches-and-mechanical-keyboards-how-to-choose-the-right-one\/\">Mechanical keyboards<\/a> They are more likely to have a section of space reserved for macros, but again, not as often. Macros and gamers are a common association, although macro keys are extremely convenient for productivity tasks.<\/p>\n\n\n\n<p>Macro keys are also found on mice, but much more rarely.<\/p>\n\n\n\n<p>Well-known keyboard names (Razer, Logitech, Keychron...) in the applications offer the possibility of adding macro keys, if this function is not available, we have to use third-party programs, such as AutoHotKey, which is considered one of the most popular, and on top of that it is free and open source.<\/p>\n\n\n\n<p>AutoHotKey can be much more advanced than standard macro keys. An experienced user can set up complex scripts that provide much better functionality than standard macros.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-full is-resized\"><a href=\"\/wp-content\/uploads\/2024\/08\/K513_MACRO_KEYBOARD_480x480.webp\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/08\/K513_MACRO_KEYBOARD_480x480.webp\" alt=\"\" class=\"wp-image-2537422\" width=\"300\" height=\"161\"\/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:21px\"><strong>What are macro keys anyway?<\/strong><\/h2>\n\n\n\n<p>First of all, it is necessary to clarify what a macro is. A macro is similar to a script because, like a script, it allows us to customize what will happen when we press a key or set of keys. We can set up macro scripts that, for example, will open a specific program when a macro key is pressed, insert your email address, and perform a series of actions in the game. Some games even have\/had built-in macro scripts, a good example is the game Star Wars Galaxies, while others take a more strict approach to macro commands, and in some places they are even considered cheating.<\/p>\n\n\n\n<p>Opinions are divided, but it&#039;s an undeniable fact that macro scripts can be extremely handy when it comes to repetitive tasks.<\/p>\n\n\n\n<p>We mentioned keyboards of different sizes earlier. Macro keys are not only available on full-size keyboards, but also on more compact ones, but then it&#039;s more likely that the manufacturer has removed other, less important keys. They can also be found on laptop keyboards, especially on gaming keyboards.<\/p>\n\n\n\n<p>Dedicated, physical macro keys are convenient because you can assign an entire macro\/script to a single macro key instead of assigning it to a set of keys. If a manufacturer opts for dedicated macro keys, they don&#039;t just add one. You will recognize them by the label M\/G (M1, M2, M3...), and they are mostly located on the very left side or at the top.<\/p>\n\n\n\n<p>If the keyboard has macro keys, then it also has a program in which we can change macros. In most programs, you will already find some standard macros, but you can create your own.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Macro keys are not necessary for most, indispensable for others<\/strong><\/h3>\n\n\n\n<p>If you venture into the world of macro keys without a clear goal of what you want to do with them, you will quickly tire of them and get sidetracked. Macro keys are by no means necessary for using a computer, but they can greatly facilitate and, above all, speed up tasks.<\/p>\n\n\n\n<p>Since not every keyboard has dedicated macro keys, we&#039;ll show you how to create basic macro scripts using a free program. <a href=\"https:\/\/www.autohotkey.com\/\">AutoHotKey<\/a>If you have the will and time, you can check out their <a href=\"https:\/\/www.autohotkey.com\/docs\/v2\/Tutorial.htm\">guide<\/a>, which will explain some basics for easier understanding.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/08\/Posnetek-zaslona-2024-08-09-075359-1.png\" alt=\"\" class=\"wp-image-2537428\" width=\"765\" height=\"468\"\/><\/figure>\n\n\n\n<p>Install the latest version and on the new pop-up window click on <em>New script<\/em>. Name the new script and click on it <em>Edit<\/em> add functions. Let&#039;s make a script so that when you click on the shortcut, the website opens <a href=\"http:\/\/www.racunalniske-novice.com\">www.racunalniske-novice.com<\/a>We use Notepad++ in the editorial department, but you can stick to the classic one. <em>Notebooks<\/em>.<\/p>\n\n\n\n<p>Open the newly created script and add to it:<\/p>\n\n\n\n<p>#w::<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; Run, https:\/\/www.racunalniske-novice.com<\/p>\n\n\n\n<p>If you&#039;ve watched the guide, then you know it&#039;s a sign <em>#<\/em> label for the key <em>Windows<\/em>, next to it is the letter w, which means that we have mapped the script to the Windows + w shortcut, but you can of course change this. Just be careful not to replace the already default shortcut, which can be useful. For example, Windows + r opens the Run terminal to quickly open any program\/file, which is very useful for many.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/08\/skripte-1024x764.png\" alt=\"\" class=\"wp-image-2537424\"\/><\/figure>\n\n\n\n<p>Command <em>Runes <\/em>is commonly used to launch programs, web pages, files, and the like. What follows is the address of the website we want to visit. To launch any program, such as Chrome, you must enter the address of the program instead of the website. Example: <em>C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe<\/em><\/p>\n\n\n\n<p>Save the script and test it for any errors.<\/p>\n\n\n\n<p>We recommend that you take a look at the tutorial to help you understand the different commands and symbols. Or you can try out scripts from other users who are willing to share them. The easiest way is to visit the AutoHotKey group at <a href=\"https:\/\/www.reddit.com\/r\/AutoHotkey\/\">Reddit<\/a>, where you will find quite a few useful scripts.<\/p>\n\n\n\n<p>If you would like your scripts to run every time you start your computer, you will need to copy them to the <em>Startup<\/em> folder. In the Start menu, type <em>Run it<\/em> or use the shortcut Windows + r, type <em>shell: startup<\/em> and copy the scripts to the open folder. If you would like to turn off the scripts, you can already add a shortcut\/key to the script itself to quickly turn it off, for example:<\/p>\n\n\n\n<p>Esc::ExitApp ; Exit script with Escape key<\/p>\n\n\n\n<p>Or delete the script and v <em>To the task manager<\/em> remove all AutoHotKey processes. You can also turn it off in the taskbar (bottom right) by right-clicking the mouse.<\/p>\n\n\n\n<p>You can also find similar scripts in other programs, such as PowerToys, which we have listed as <a href=\"https:\/\/viva.racunalniske-novice.com\/en\/the-best-programs-for-prompting-a-windows-computer\/\">best programs to revive Windows<\/a>We have also used AutoHotKey in the past for <a href=\"https:\/\/viva.racunalniske-novice.com\/en\/best-computer-pranks\/\">an innocent prank<\/a>when we give a colleague a key <em>Space<\/em> turned into a shortcut for a funny phrase.<\/p>","protected":false},"excerpt":{"rendered":"<p>For many people, the keyboard ends at the Enter key, they do not use function keys, but they know the basic shortcuts for @, brackets and the like. What&#039;s more, it is already the domain of more experienced users. We would also like to see a survey of how many users have seen\/used mini, tenkeyless and other unusual sized keyboards (65 %, 75 %...). In all likelihood, we would [\u2026]<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[66,4,46,12],"tags":[780,776,778,158],"class_list":["post-5252","post","type-post","status-publish","format-standard","hentry","category-programi","category-racunalnistvo-telefonija","category-tipkovnice-miske","category-triki-nasveti","tag-gaming-tipkovnice","tag-mehanske-tipkovnice","tag-membranske-tipkovnice","tag-tipkovnice-za-racunalnik"],"acf":{"subtitle":"Makro tipke niso nujne, marsikdo za njih niti \u0161e ni sli\u0161al, v pravih rokah pa so lahko zelo uporabne.","heading":"","summary":"Makro tipke niso nujne, marsikdo za njih niti \u0161e ni sli\u0161al, v pravih rokah pa so lahko zelo uporabne.","thumbnail_small":"https:\/\/racunalniske-novice.com\/wp-content\/uploads\/2024\/08\/eb54cfe8-e685-4314-8c74-d44858fab63c.__CR00970600_PT0_SX970_V1___-560x315.jpg","thumbnail_large":"https:\/\/racunalniske-novice.com\/wp-content\/uploads\/2024\/08\/eb54cfe8-e685-4314-8c74-d44858fab63c.__CR00970600_PT0_SX970_V1___.jpg","thumbnail_caption":"","gallery":"","video_gallery":null,"author":"","links":null,"sources":null,"skip_language":[]},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kaj so makro tipke? Kako in za kaj jih lahko uporabljate? - Ra\u010dunalni\u0161ke novice<\/title>\n<meta name=\"description\" content=\"Makro tipke niso nujne, marsikdo za njih niti \u0161e ni sli\u0161al, v pravih rokah pa so lahko zelo uporabne.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/5252\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate? - Ra\u010dunalni\u0161ke novice\" \/>\n<meta property=\"og:description\" content=\"Tipkovnica se za marsikoga kon\u010da pri tipki Enter, funkcijskih tipk ne uporablja, pozna pa osnovne bli\u017enjice za @, oklepaje in podobno. Kaj ve\u010d, je \u017ee domena bolj izku\u0161enih uporabnikov. Radi bi tudi videli raziskavo, koliko uporabnikov je \u017ee videlo\/uporabljalo mini, tenkeyless in ostale tipkovnice neobi\u010dajnih velikosti (65 %, 75 % \u2026). Po vsej verjetnosti bi [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/viva.racunalniske-novice.com\/en\/what-are-macro-keys-how-and-what-can-you-use-them-for\/\" \/>\n<meta property=\"og:site_name\" content=\"Ra\u010dunalni\u0161ke novice\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-10T07:00:00+00:00\" \/>\n<meta name=\"author\" content=\"sinusiks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sinusiks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/\",\"url\":\"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/\",\"name\":\"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate? - Ra\u010dunalni\u0161ke novice\",\"isPartOf\":{\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#website\"},\"datePublished\":\"2024-08-10T07:00:00+00:00\",\"dateModified\":\"2024-08-10T07:00:00+00:00\",\"author\":{\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4\"},\"breadcrumb\":{\"@id\":\"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/viva.racunalniske-novice.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#website\",\"url\":\"https:\/\/viva.racunalniske-novice.com\/en\/\",\"name\":\"Ra\u010dunalni\u0161ke novice\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/viva.racunalniske-novice.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4\",\"name\":\"sinusiks\",\"sameAs\":[\"https:\/\/ml.racunalniske-novice.com\"],\"url\":\"https:\/\/viva.racunalniske-novice.com\/en\/author\/sinusiks\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate? - Ra\u010dunalni\u0161ke novice","description":"Makro tipke niso nujne, marsikdo za njih niti \u0161e ni sli\u0161al, v pravih rokah pa so lahko zelo uporabne.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/5252","og_locale":"en_US","og_type":"article","og_title":"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate? - Ra\u010dunalni\u0161ke novice","og_description":"Tipkovnica se za marsikoga kon\u010da pri tipki Enter, funkcijskih tipk ne uporablja, pozna pa osnovne bli\u017enjice za @, oklepaje in podobno. Kaj ve\u010d, je \u017ee domena bolj izku\u0161enih uporabnikov. Radi bi tudi videli raziskavo, koliko uporabnikov je \u017ee videlo\/uporabljalo mini, tenkeyless in ostale tipkovnice neobi\u010dajnih velikosti (65 %, 75 % \u2026). Po vsej verjetnosti bi [&hellip;]","og_url":"https:\/\/viva.racunalniske-novice.com\/en\/what-are-macro-keys-how-and-what-can-you-use-them-for\/","og_site_name":"Ra\u010dunalni\u0161ke novice","article_published_time":"2024-08-10T07:00:00+00:00","author":"sinusiks","twitter_card":"summary_large_image","twitter_misc":{"Written by":"sinusiks","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/","url":"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/","name":"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate? - Ra\u010dunalni\u0161ke novice","isPartOf":{"@id":"https:\/\/viva.racunalniske-novice.com\/en\/#website"},"datePublished":"2024-08-10T07:00:00+00:00","dateModified":"2024-08-10T07:00:00+00:00","author":{"@id":"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4"},"breadcrumb":{"@id":"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/viva.racunalniske-novice.com\/kaj-so-makro-tipke-kako-in-za-kaj-jih-lahko-uporabljate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/viva.racunalniske-novice.com\/en\/"},{"@type":"ListItem","position":2,"name":"Kaj so makro tipke? Kako in za kaj jih lahko uporabljate?"}]},{"@type":"WebSite","@id":"https:\/\/viva.racunalniske-novice.com\/en\/#website","url":"https:\/\/viva.racunalniske-novice.com\/en\/","name":"Ra\u010dunalni\u0161ke novice","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/viva.racunalniske-novice.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4","name":"sinusiks","sameAs":["https:\/\/ml.racunalniske-novice.com"],"url":"https:\/\/viva.racunalniske-novice.com\/en\/author\/sinusiks\/"}]}},"_links":{"self":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/5252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/comments?post=5252"}],"version-history":[{"count":0,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/5252\/revisions"}],"wp:attachment":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/media?parent=5252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/categories?post=5252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/tags?post=5252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}