diff --git a/index.html b/index.html index ea38b2d..757e9e4 100644 --- a/index.html +++ b/index.html @@ -12,13 +12,13 @@ { key: 'w', name: 'Wikipedia', url: 'https://en.wikipedia.org', search: '/wiki/' }, ] }, { name: "Media", commands: [ + { key: 'h', name: 'Hypem', url: 'http://hypem.com', search: '/search/' }, { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, - { key: 'u', name: 'Unsplash', url: 'https://unsplash.com', search: '/search?keyword=' }, { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/results?search_query=' }, { key: 'Y', name: 'YTS', url: 'https://yts.ag', search: '/browse-movies/' }, ] }, { name: "News", commands: [ - { key: 'h', name: 'Hacker News', url: 'https://hn.algolia.com', search: '/?query=' }, + { key: 'H', name: 'Hacker News', url: 'https://hn.algolia.com', search: '/?query=' }, { key: 'p', name: 'Product Hunt', url: 'https://www.producthunt.com', search: '/search?q=' }, { key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q=' }, { key: 'T', name: 'Codrops', url: 'http://tympanus.net/codrops', search: '/?search-type=posts&s=' },