<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Keyboard macros disappeared in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571418#M12164</link>
    <description>&lt;P&gt;I'm afraid that I can't answer how they were removed.&amp;nbsp; I don't think that the SAS update process would have done that.&amp;nbsp; I have abbreviations that I use, and I've never had them go missing like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as recovering them -- no way that I know of, unless your IT team routinely backs up your profile/Windows registry that you could recover.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 14:58:06 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2019-07-05T14:58:06Z</dc:date>
    <item>
      <title>Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/570578#M11978</link>
      <description>&lt;P&gt;I've just updated SAS EG from&amp;nbsp;7.15 HF7 to&amp;nbsp;7.15 HF8.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the update I couldn't find my keyboard macros (abbreviations).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking that if I find the folder where keyboard macros are stored I can restore it. But I can't find where the macros are saved and couldn't find any when searching in Windows for .kmf-files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 14:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/570578#M11978</guid>
      <dc:creator>HFatTRI</dc:creator>
      <dc:date>2019-07-02T14:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/570713#M12013</link>
      <description>&lt;P&gt;These macros are stored in the Windows registry.&amp;nbsp; Moving versions of EG should not have affected them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In the Windows Registry, I think you find these at:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; HKEY_CURRENT_USER\Software\SAS Institute Inc.\Enhanced Editor\BIC_7.1\Editor Customizations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 19:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/570713#M12013</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-07-02T19:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/570868#M12043</link>
      <description>&lt;P&gt;Thank you Chris.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they are stored in the Windows Registry, how can they have disappeared all of a sudden?&lt;/P&gt;&lt;P&gt;I don't even have admin rights on this computer, so should I ask our the admin if he has made changes to the registry?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 09:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/570868#M12043</guid>
      <dc:creator>HFatTRI</dc:creator>
      <dc:date>2019-07-03T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571046#M12085</link>
      <description>&lt;P&gt;A simple update for a hotfix release should not have affected these settings.&amp;nbsp; However, if the application was uninstalled and then reinstalled, it's possible that the uninstall process cleared your personalizations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if you cannot launch REGEDIT on your own (due to permissions), you should be able to run this from a command prompt in Windows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;reg query "HKEY_CURRENT_USER\Software\SAS Institute Inc.\Enhanced Editor\BIC_7.1\Editor Customizations" /s&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 18:12:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571046#M12085</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-07-03T18:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571398#M12161</link>
      <description>&lt;P&gt;When I run that code from the command prompt I can see the abbreviations that I just created.&lt;/P&gt;&lt;P&gt;Do you have any idea how my old abbreviations could have just disappeared and how to get them back?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 14:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571398#M12161</guid>
      <dc:creator>HFatTRI</dc:creator>
      <dc:date>2019-07-05T14:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571418#M12164</link>
      <description>&lt;P&gt;I'm afraid that I can't answer how they were removed.&amp;nbsp; I don't think that the SAS update process would have done that.&amp;nbsp; I have abbreviations that I use, and I've never had them go missing like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as recovering them -- no way that I know of, unless your IT team routinely backs up your profile/Windows registry that you could recover.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 14:58:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571418#M12164</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-07-05T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571447#M12171</link>
      <description>&lt;P&gt;It is very mysterious indeed. Thank you very much for your help, I will have to talk to our IT support.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 16:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/571447#M12171</guid>
      <dc:creator>HFatTRI</dc:creator>
      <dc:date>2019-07-05T16:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574358#M12689</link>
      <description>Hi HFatTRI, I had the same issue. Two days ago, I was able to use my keyboard macros and today (after the update), my keyboard macros had disappeard.&lt;BR /&gt;&lt;BR /&gt;I had previously exported my macros into a .kmf file. So, I was able to search for ".kmf" in file explorer and re-import. However, I did have to re-assign all the keys.&lt;BR /&gt;If you had not previously exported your macros, I am not sure you will be able to retrieve them. If you have to recreate them, make sure you then take the steps to export them into a .kmf file to protect yourself from this next time.&lt;BR /&gt;&lt;BR /&gt;Here is a link on how to export your macros:&lt;BR /&gt;&lt;A href="http://www.sascommunity.org/wiki/Tips:Saving_some_or_all_of_your_keyboard_macros/abbreviations_in_one_step" target="_blank"&gt;http://www.sascommunity.org/wiki/Tips:Saving_some_or_all_of_your_keyboard_macros/abbreviations_in_one_step&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope it works out for you!</description>
      <pubDate>Wed, 17 Jul 2019 20:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574358#M12689</guid>
      <dc:creator>Kayleah</dc:creator>
      <dc:date>2019-07-17T20:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574486#M12709</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;Kayleah, I had not backed up my keyboard macros but I'll be sure to do so in the future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of curiosity, did you lose your keyboard macros after a SAS update or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 08:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574486#M12709</guid>
      <dc:creator>HFatTRI</dc:creator>
      <dc:date>2019-07-18T08:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574551#M12717</link>
      <description>Hi HFatTRI,&lt;BR /&gt;Yes, the macros did disappear directly after the most recent SAS update</description>
      <pubDate>Thu, 18 Jul 2019 13:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574551#M12717</guid>
      <dc:creator>Kayleah</dc:creator>
      <dc:date>2019-07-18T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros disappeared</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574580#M12720</link>
      <description>&lt;P&gt;That's interesting. Maybe we need to be extra careful to make backups before updates.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keyboard-macros-disappeared/m-p/574580#M12720</guid>
      <dc:creator>HFatTRI</dc:creator>
      <dc:date>2019-07-18T14:08:39Z</dc:date>
    </item>
  </channel>
</rss>

