- Notifications
You must be signed in to change notification settings - Fork2
Easy Access to Uppercase H
License
Unknown, MIT licenses found
Licenses found
thomasp85/Hr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The goal of Hr is to provide a native R binding to the tech tip provdied below:
All credit for the invention of this approach goes to@Michael1979
This package will probably not be released on CRAN. It can be installed fromgithub using devtools:
# install.packages("devtools")devtools::install_github('thomasp85/Hr')
After installation the Addins dropdown should contain anInsert H entry:
Simply click on this to insert an "H" at the current position of the cursor.
If you would like to use a shortcut, it is easy to add this by finding the addinin the keyboard shortcut menu and assign, sayShift+h
to it.
Now, every timeyou pressShift
andh
at the same time, an uppercase h will get inserted atthe cursor position
- It could be nice to cache the uppercase h character so that the wikipedia pagewas not downloaded and parsed every time
- Possible extension to handle other upper case letters
Please note that the Hr project is released with aContributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
About
Easy Access to Uppercase H