iOS

Unlocking the Power of Apple App Intents: A Guide to Smarter, Faster App Interactions

Introduction: Apple launched the App Intent framework which allows developers to create and handle user intents in their apps with special support for Siri, Shortcuts, and other system functions. The framework enables users to perform specific app actions through voice commands as well as widgets and shortcuts which leads to better user experience. With the […]

Technology

Compiled List of Some handy firefox shortcuts

Auto complete .com Address Ctrl+Enter Auto complete .net Address Shift+Enter Auto complete .org Address Ctrl+Shift+Enter Back Alt+Left Bookmark All Tabs Ctrl+Shift+D Bookmark This Page Ctrl+D Bookmarks Ctrl+B Copy Ctrl+C Cut Ctrl+X Clear Recent History Ctrl+Shift+Del Downloads Ctrl+Shift +Y Error Console Ctrl+Shift+J Forward Alt+Right Close Tab Ctrl+W Close Window Ctrl+W New Tab Ctrl+T New Window Ctrl+N […]

Technology

Add hotkeys to the web application

Let us have a look at the simple javascript code, that can be used to add hotkeys to our web application. I tried using jquery hotkeys plugin and two more plugins, but they didn’t work for me. So I ended up handling the keydown event of my own. var isAlt = false; document.onkeyup = function(e) […]

Amit Jain
Amit Jain
Read
Services