Index: /websites/twicli/plugins/shortcutkey.js
===================================================================
--- /websites/twicli/plugins/shortcutkey.js (revision 39090)
+++ /websites/twicli/plugins/shortcutkey.js (revision 39135)
@@ -46,4 +46,6 @@
 			shortcutkey_plugin.last_event_date = date;
 		}
+		if (ev.type == 'keypress' && navigator.userAgent.indexOf('Firefox') >= 0 && ev.charCode == 0 && ev.keyCode >= 112)
+			return true; // FirefoxでFnキーを解釈しない
 		
 		var tw = null;
