Note:
This questions lies firmly between Ask Ubuntu and Ask Different so I will take solutions from the Ubuntu site here and cross-post for Apple answers on the other site.
Motivation:
I've made a nice html presentation with reveal.js (a javascript framework for presentations) that works great locally. The presentation takes input from the keyboard (left, right, up, down arrows) that advance the slide accordingly. My 4G iPhone is discoverable via bluetooth and pairs up with Ubuntu 12.04.
Question:
I'd like to control the presentation with my phone, which involves sending a keyboard stroke e.g. left from my phone to my computer. Ideally this should be done without an active internet connection, i.e. exclusively through bluetooth, though a wifi-solution may work.
From the Ubuntu side:
- Is it possible to have a remote device send keyboard strokes?
- Can a bluetooth device listed as a "phone", be used a keyboard?
- Does the question change if a connection over wifi is possible (say some ssh tunnel)?
Related:
Corresponding Ask Different site question.